Fixes bug with … (again)

This commit is contained in:
Georges Dupéron 2016-08-01 18:58:27 +02:00
parent 4bc45f2f0c
commit f6facffe7a

View File

@ -55,7 +55,8 @@
(syntax-local-introduce #'here)))
(define intr (make-syntax-delta-introducer b a))
(syntax-local-lift-expression
(intr #`(quote-syntax (a-chunk (... name) (... expr) ...))
(intr #`(quote-syntax (a-chunk ((... ...) name)
((... ...) expr) ...))
'flip))
#'(begin))
(macro-to-expand-unsyntax)))