You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fairly sure they are all redundant/should be caught by wellTyped.ml. Should also remove ensure_base_type and ensure_bits from wellTyped_intf.ml too.
The text was updated successfully, but these errors were encountered:
Let's wait with this one for now. (1) It's nice if check.ml is self-contained, in that it includes all the type checks necessary for soundness without depending on another module (of course it currently does depend on wellTyped having sufficiently type-annotated the Mucore code), but more importantly (2) I want to explore ownership types, and then resource checking and basetype checking would be more intertwined; removing basetype checks from check.ml would undo work that I'd have to then re-do.
I'm fairly sure they are all redundant/should be caught by
wellTyped.ml
. Should also removeensure_base_type
andensure_bits
fromwellTyped_intf.ml
too.The text was updated successfully, but these errors were encountered: