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
This will fail to verify.
Because Join requires 0 < |something|.
But we know (because this is how Need works,
that this condition is only important if |something| != 0.
It would be great to both rely on this.
But also to automatically thunk the second argument.
This way Dafny users can write nice clear code,
and get all the efficiency benefits in the compiler :)
The text was updated successfully, but these errors were encountered:
Consider the following
This will fail to verify.
Because
Join
requires0 < |something|
.But we know (because this is how
Need
works,that this condition is only important if
|something| != 0
.It would be great to both rely on this.
But also to automatically thunk the second argument.
This way Dafny users can write nice clear code,
and get all the efficiency benefits in the compiler :)
The text was updated successfully, but these errors were encountered: