Typed Racket
Go to file
Asumu Takikawa 3d741fced7 Fix class type subtyping
Although classes have no non-trivial subtyping relationships,
the representation I chose ends up introducing cases where two
"equal" types are not represented in the same way. This
commit fixes that by checking only the relevant parts of the
representation.

original commit: 92e34ebab960496f7b2faf6502ca895b2d2e00ae
2014-02-20 16:50:24 -05:00
pkgs/typed-racket-pkgs Fix class type subtyping 2014-02-20 16:50:24 -05:00