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
forgetting the Type ascription in the second case results in a series of non-forgetful-inheritance warnings/errors which are hard to debug.
Additionally, people usually start with re-equipping foo with some structure already available on T before parting from it.
We should provide a new command: #[ensures(A)] HB.alias Definition foo := T to do that and make sure it is amenable to HB.
The text was updated successfully, but these errors were encountered:
Currently we have to do e.g.
or even
forgetting the
Type
ascription in the second case results in a series ofnon-forgetful-inheritance
warnings/errors which are hard to debug.Additionally, people usually start with re-equipping
foo
with some structure already available onT
before parting from it.We should provide a new command:
#[ensures(A)] HB.alias Definition foo := T
to do that and make sure it is amenable to HB.The text was updated successfully, but these errors were encountered: