svn: r16390
This commit is contained in:
Jay McCarthy 2009-10-20 21:29:00 +00:00
parent 7cf6ec0836
commit dbf0f9bd88

View File

@ -34,11 +34,11 @@
#,@(map circ-of (syntax->list #'(n ...))))))]
[(t ([k v] ...) n ...)
(quasisyntax/loc stx
(tag-xexpr 't '([k v] ...)
(tag-xexpr `t `([k v] ...)
#,(circ-of (syntax/loc stx (#%# n ...)))))]
[(t n ...)
(quasisyntax/loc stx
(tag-xexpr 't empty
(tag-xexpr `t empty
#,(circ-of (syntax/loc stx (#%# n ...)))))]))
(define-syntax (formlet stx)