mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +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
|
||||
rename-env))
|
||||
((or (define-syntax? this-exp)
|
||||
(let-syntax? this-exp)
|
||||
(lambda? this-exp)
|
||||
(set!? this-exp)
|
||||
(if? this-exp))
|
||||
|
|
Loading…
Add table
Reference in a new issue