Fixes issue with ... ?
This commit is contained in:
parent
0a0505f504
commit
4bc45f2f0c
|
@ -55,7 +55,8 @@
|
||||||
(syntax-local-introduce #'here)))
|
(syntax-local-introduce #'here)))
|
||||||
(define intr (make-syntax-delta-introducer b a))
|
(define intr (make-syntax-delta-introducer b a))
|
||||||
(syntax-local-lift-expression
|
(syntax-local-lift-expression
|
||||||
(intr #`(quote-syntax (a-chunk name expr ...)) 'flip))
|
(intr #`(quote-syntax (a-chunk (... name) (... expr) ...))
|
||||||
|
'flip))
|
||||||
#'(begin))
|
#'(begin))
|
||||||
(macro-to-expand-unsyntax)))
|
(macro-to-expand-unsyntax)))
|
||||||
;; Default (old) behaviour, which does not support escaping (via #,):
|
;; Default (old) behaviour, which does not support escaping (via #,):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user