mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +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)
|
(lambda . lambda)
|
||||||
(quote . quote)
|
(quote . quote)
|
||||||
(set! . set!)
|
(set! . set!)
|
||||||
|
(begin . begin) ;; TODO: just a quick-fix, not a long-term solution
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(define (Cyc-er-compare? a b)
|
(define (Cyc-er-compare? a b)
|
||||||
|
|
Loading…
Add table
Reference in a new issue