attach orig-binding property (used for occurrence typing)
This commit is contained in:
parent
7acbcbb0cc
commit
d90dbbfd57
|
@ -948,7 +948,8 @@
|
|||
(let*-syntax ([X (make-variable-like-transformer
|
||||
(mk-tyvar (attach #'X ':: (#,kev #'#%type))))] ...
|
||||
[x (make-variable-like-transformer
|
||||
(attachs #'x '(sep ...) #'(τ ...)
|
||||
(attachs (attach #'x 'orig-binding #'x)
|
||||
'(sep ...) #'(τ ...)
|
||||
#:ev #,tev))] ...)
|
||||
(#%expression e) ... void)))))
|
||||
(list #'tvs+ #'xs+
|
||||
|
|
Loading…
Reference in New Issue
Block a user