#lang sugar/debug does not export identifiers to REPL
#9
Closed
opened 9 years ago by mbutterick
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This works fine for me ... ??
Oh! I think it's to do with hygiene in the new macro expander vs. the old one.
I just tried it with 6.1.1 and got that error, but it works with the new macro expander in a recent snapshot. It still works fine within modules, but I think the repl is off by a syntax-mark or something.
I think I have an idea of how to fix it, and I'll try making a pull request.