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
Often in functions with mutable variables, we end up storing the old value of the variable just for use in invariants and proofs. This pollutes the Rust code, and we should see if we can find a nice style for this.
The text was updated successfully, but these errors were encountered:
Often in functions with mutable variables, we end up storing the old value of the variable just for use in invariants and proofs. This pollutes the Rust code, and we should see if we can find a nice style for this.
The text was updated successfully, but these errors were encountered: