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
|
||||
(syntax-property
|
||||
pred
|
||||
'disappeared-use (list struct-name))
|
||||
'disappeared-use (list (syntax-local-introduce struct-name)))
|
||||
lineage (and (checked-struct-info? v) complete?)
|
||||
acc
|
||||
(cond [(eq? '_ (syntax-e pats))
|
||||
|
|
Loading…
Reference in New Issue
Block a user