[function] add fall-through case for map
This commit is contained in:
parent
7cd78a842b
commit
e2d6d365f6
|
@ -89,5 +89,6 @@
|
||||||
(for/list ([t (in-list (syntax-e #'p.evidence))]
|
(for/list ([t (in-list (syntax-e #'p.evidence))]
|
||||||
[e (in-list (syntax-e #'(e* ...)))])
|
[e (in-list (syntax-e #'(e* ...)))])
|
||||||
(quasisyntax/loc stx (ann #,e (Listof-stx #,(format-id stx "~a" (syntax-e t))))))
|
(quasisyntax/loc stx (ann #,e (Listof-stx #,(format-id stx "~a" (syntax-e t))))))
|
||||||
(syntax/loc stx (map p.expanded e+* ...))]))))
|
(syntax/loc stx (map p.expanded e+* ...))]
|
||||||
|
[_ #f]))))
|
||||||
|
|
||||||
|
|
|
@ -85,5 +85,6 @@
|
||||||
#:with (e+* ...)
|
#:with (e+* ...)
|
||||||
(for/list ([e (in-list (syntax-e #'(e* ...)))])
|
(for/list ([e (in-list (syntax-e #'(e* ...)))])
|
||||||
(quasisyntax/loc stx #,e))
|
(quasisyntax/loc stx #,e))
|
||||||
(syntax/loc stx (map p.expanded e+* ...))]))))
|
(syntax/loc stx (map p.expanded e+* ...))]
|
||||||
|
[_ #f]))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user