Closed dyoo closed 11 years ago
The code:
(set! fresh-variable 42)
should raise an error if fresh-variable hasn't been defined yet. However, in our REPL, we're not raising the expected error.
fixed by 04f0aec9967080a2921736ea616b67bfb7669cc8
The code:
should raise an error if fresh-variable hasn't been defined yet. However, in our REPL, we're not raising the expected error.