[private] map: allow compound/constructor types
This commit is contained in:
parent
945938aee9
commit
6f2089c29d
|
@ -88,7 +88,7 @@
|
|||
#:with (e+* ...)
|
||||
(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))))))
|
||||
(quasisyntax/loc stx (ann #,e (Listof-stx #,(datum->syntax stx (syntax-e t))))))
|
||||
(syntax/loc stx (map p.expanded e+* ...))]
|
||||
[_ #f]))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user