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
constructor of LValue
interface constructor()
creates
uint x := 0
uint y := 2
invariants
y == 2
behaviour f of LValue
interface f()
storage
x => 0y => 2
This works all the way to prove, but x => 0y => 2 itself looks a bit confusing to me.
Maybe we should force separators?
The text was updated successfully, but these errors were encountered:
This works all the way to
prove
, butx => 0y => 2
itself looks a bit confusing to me.Maybe we should force separators?
The text was updated successfully, but these errors were encountered: