Closed ollef closed 6 years ago
Class desugaring is currently done before type-checking, in the Declassify module, which means that we have too limited information to do certain things. See e.g. #55. We should do the desugaring after type-checking instead.
Declassify
Done in #116.
Class desugaring is currently done before type-checking, in the
Declassify
module, which means that we have too limited information to do certain things. See e.g. #55. We should do the desugaring after type-checking instead.