[private] map: allow compound/constructor types

This commit is contained in:
Ben Greenman 2016-06-12 15:06:49 -04:00
parent 945938aee9
commit 6f2089c29d

View File

@ -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]))))