Typed Racket
Go to file
Asumu Takikawa 2dd8725cbd Fix infinite loop in List: expander in subtyping
The match expander calls `resolve` during subtyping, which
is a problem for types that recur through the environment like
Struct types because it doesn't coordinate with the cache
for subtyping.

Closes PR 14364

original commit: 7585581f00a40f59d5f29159622a10640cfbdec9
2014-02-24 18:07:02 -05:00
pkgs/typed-racket-pkgs Fix infinite loop in List: expander in subtyping 2014-02-24 18:07:02 -05:00