cur icon indicating copy to clipboard operation
cur copied to clipboard

Sandbox/REPL doesn't work with data and define

Open wilbowma opened this issue 8 years ago • 2 comments

see examples in http://docs.racket-lang.org/cur/Curnel_Forms.html

This is due automatically exporting types. Instead, I should make a require/provide transformer that exports the types only when a definition is required/provided.

wilbowma avatar Feb 24 '17 17:02 wilbowma

so this is a doc issue?

stchang avatar Jun 13 '20 03:06 stchang

I think it was both a doc and REPL issue. I know the REPL part has been fixed as I've been exercising that during my demo. Not sure about the sandbox

wilbowma avatar Jun 19 '20 20:06 wilbowma