Open
Description
I'm trying to create a new module language and provide all racket bindings (except that using my own #%app
). However, evaluating the following code in a jupyter cell:
(module my-module racket
(provide
(all-from-out racket)))
throws error:
?: access disallowed by code inspector to protected variable
from module: '#%futures
at: futures-enabled?
Metadata
Assignees
Labels
No labels
Activity