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
In the above example, all uses of acc(r.val) are not allowed except for assume acc(r.val) ==> true. Isn't this a bit inconsistent, especially if you cannot assert something you have assumed?
The text was updated successfully, but these errors were encountered:
Impure expressions are typically not allowed on the LHS of an implication, except in an
assume
:In the above example, all uses of acc(r.val) are not allowed except for
assume acc(r.val) ==> true
. Isn't this a bit inconsistent, especially if you cannot assert something you have assumed?The text was updated successfully, but these errors were encountered: