Equations
- self.lookupStorage k = Batteries.RBMap.findD self.storage k { val := 0 }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- self.lookupTransientStorage k = Batteries.RBMap.findD self.tstorage k { val := 0 }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- EvmYul.instToStringAccount = { toString := fun (acc : EvmYul.Account) => toString "ACCOUNT: storage: " ++ toString (repr acc.storage) ++ toString "" }
Equations
- EvmYul.instReprAccount_1 = { reprPrec := fun (acc : EvmYul.Account) (x : ℕ) => Std.Format.text (toString acc) }