PR10532
svn: r16390
This commit is contained in:
parent
7cf6ec0836
commit
dbf0f9bd88
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user