mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-22 07:09:17 +02:00
Temporary workaround for begin splicing
This commit is contained in:
parent
ebd8f72ba4
commit
770dba7bdb
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@
|
|||
(lambda . lambda)
|
||||
(quote . quote)
|
||||
(set! . set!)
|
||||
(begin . begin) ;; TODO: just a quick-fix, not a long-term solution
|
||||
)))
|
||||
|
||||
(define (Cyc-er-compare? a b)
|
||||
|
|
Loading…
Add table
Reference in a new issue