[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))]
|
||||
[e (in-list (syntax-e #'(e* ...)))])
|
||||
(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+* ...)
|
||||
(for/list ([e (in-list (syntax-e #'(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