mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 13:16:34 +02:00
Additional hook required for let-syntax
This commit is contained in:
parent
5b8f47af43
commit
454fe2c26c
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue