Module type Sig.ALL

Most complete version, with all datatypes. Used as a parameter for functors.

val name : string
include WITH_BLOCK_FORWARD_BACKWARD with type boolean := boolean and type bitvector := bitvector
type block
include WITH_BLOCK_FORWARD with type boolean := boolean and type bitvector := bitvector and type block := block
module Block_Forward : Operator.BLOCK_FORWARD with module Arity := Operator.Forward_Arity and type boolean := boolean and type value := bitvector and type block := block and type offset := bitvector
include WITH_BLOCK_BACKWARD with type boolean := boolean and type bitvector := bitvector and type block := block
module Block_Backward : Operator.BLOCK_BACKWARD with module Arity := Operator.Backward_Arity and type boolean := boolean and type value := bitvector and type block := block and type offset := bitvector
include WITH_MEMORY_FORWARD_BACKWARD with type bitvector := bitvector and type boolean := boolean and type block := block
type memory
include WITH_MEMORY_FORWARD with type boolean := boolean and type bitvector := bitvector and type memory := memory and type block := block
module Memory_Forward : Operator.MEMORY_FORWARD with module Arity := Operator.Forward_Arity and type boolean := boolean and type address := bitvector and type memory := memory and type block := block and type value := bitvector
include WITH_MEMORY_BACKWARD with type boolean := boolean and type bitvector := bitvector and type memory := memory and type block := block
module Memory_Backward : Operator.MEMORY_BACKWARD with module Arity := Operator.Backward_Arity and type boolean := boolean and type address := bitvector and type memory := memory and type block := block and type value := bitvector
include WITH_ENUM_FORWARD_BACKWARD with type boolean := boolean
type enum
include WITH_ENUM_FORWARD with type boolean := boolean and type enum := enum
module Enum_Forward : Operator.ENUM_FORWARD with module Arity := Operator.Forward_Arity and type boolean := boolean and type enum := enum
include WITH_ENUM_BACKWARD with type boolean := boolean and type enum := enum
module Memory_Lattice : MEMORY_LATTICE with type t = memory
module Enum_Lattice : ENUM_LATTICE with type t = enum
module Block_Lattice : BLOCK_LATTICE with type t = block