Fixed issue with #%app and elim macros

This commit is contained in:
William J. Bowman 2015-10-02 21:34:04 -04:00
parent a80c4a162f
commit 6b4bbf9618
No known key found for this signature in database
GPG Key ID: DDD48D26958F0D1A

View File

@ -61,6 +61,7 @@
(define-syntax (#%app syn)
(syntax-case syn ()
[(_ e) #'e]
[(_ e1 e2)
#'(real-app e1 e2)]
[(_ e1 e2 e3 ...)