whoa. recursive macro is bad.

This commit is contained in:
Danny Yoo 2013-03-05 17:33:16 -07:00
parent 76115cc019
commit f020fafd7c

View File

@ -21,5 +21,6 @@
(syntax/loc stx (syntax/loc stx
(with-continuation-mark key 'pos (with-continuation-mark key 'pos
(#%plain-app operator operands ...))))] (#%plain-app operator operands ...))))]
[else [(_)
stx]))) (syntax/loc stx
(#%app))])))