Fixed issue with #%app and elim macros
This commit is contained in:
parent
a80c4a162f
commit
6b4bbf9618
|
@ -61,6 +61,7 @@
|
|||
|
||||
(define-syntax (#%app syn)
|
||||
(syntax-case syn ()
|
||||
[(_ e) #'e]
|
||||
[(_ e1 e2)
|
||||
#'(real-app e1 e2)]
|
||||
[(_ e1 e2 e3 ...)
|
||||
|
|
Loading…
Reference in New Issue
Block a user