Additional hook required for let-syntax

This commit is contained in:
Justin Ethier 2017-11-24 17:49:42 -05:00
parent 5b8f47af43
commit 454fe2c26c

View file

@ -658,6 +658,7 @@
env env
rename-env)) rename-env))
((or (define-syntax? this-exp) ((or (define-syntax? this-exp)
(let-syntax? this-exp)
(lambda? this-exp) (lambda? this-exp)
(set!? this-exp) (set!? this-exp)
(if? this-exp)) (if? this-exp))