Issue #246
resolved
This should return b
but raises an error
(import (rnrs)) (let () (let-syntax () (define foo 'b)) foo)
Originally from this tweet: https://twitter.com/SaitoAtsushi/status/1063342409994498048
Comments (2)
-
reporter -
reporter - changed status to resolved
Fixed in <<79a706e>>
- Log in to comment
If the
let-syntax
contains bindings it doesn't happen