Use syntax-local-introduce to fix arrows in match.
This commit is contained in:
parent
9b4f830268
commit
8eadc197a9
|
@ -116,7 +116,7 @@
|
||||||
(make-Struct pred
|
(make-Struct pred
|
||||||
(syntax-property
|
(syntax-property
|
||||||
pred
|
pred
|
||||||
'disappeared-use (list struct-name))
|
'disappeared-use (list (syntax-local-introduce struct-name)))
|
||||||
lineage (and (checked-struct-info? v) complete?)
|
lineage (and (checked-struct-info? v) complete?)
|
||||||
acc
|
acc
|
||||||
(cond [(eq? '_ (syntax-e pats))
|
(cond [(eq? '_ (syntax-e pats))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user