Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- EvmYul.EVM.executionEnvOp op evmState = Id.run (let result := op evmState.executionEnv; Except.ok (evmState.replaceStackAndIncrPC (evmState.stack.push result)))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- EvmYul.EVM.machineStateOp op evmState = Id.run (let result := op evmState.toMachineState; Except.ok (evmState.replaceStackAndIncrPC (evmState.stack.push result)))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
EvmYul.EVM.binaryMachineStateOp'
(op : MachineState → UInt256 → UInt256 → UInt256 × MachineState)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
EvmYul.EVM.ternaryMachineStateOp
(op : MachineState → UInt256 → UInt256 → UInt256 → MachineState)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- EvmYul.EVM.stateOp op evmState = Id.run (Except.ok (evmState.replaceStackAndIncrPC (evmState.stack.push (op evmState.toState))))
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
EvmYul.EVM.quaternaryCopyOp
(op : SharedState → UInt256 → UInt256 → UInt256 → UInt256 → SharedState)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.