Module type Memory_sig.Value_to_offset

module Value : Value
module Offset : Offset

Value is above Offset on the domain stack, so we decompose a Value stack in an Offset stack and a context: Lift.ctx value_ctx = (offset_ctx,f) means that f offset_ctx = value_ctx.

Value is above Offset on the domain stack, so we decompose a Value stack in an Offset stack and a context: Lift.ctx value_ctx = (offset_ctx,f) means that f offset_ctx = value_ctx.