Sig.Binary_Integer_Basis
include Binary_Basis
include With_Binary_Forward_Backward
type boolean = Quadrivalent.t
include With_Binary_Forward
with type boolean := boolean
and type binary := binary
module Binary_Forward :
Transfer_functions.Binary_Forward
with module Arity := Transfer_functions.Forward_Arity
and type boolean := boolean
and type binary := binary
include With_Binary_Backward
with type boolean := boolean
and type binary := binary
module Binary_Backward :
Transfer_functions.Binary_Backward
with module Arity := Transfer_functions.Backward_Arity
and type boolean := boolean
and type binary := binary
include With_Boolean_Forward_Backward with type boolean := boolean
include With_Boolean_Forward with type boolean := boolean
module Boolean_Forward :
Transfer_functions.Boolean_Forward
with module Arity := Transfer_functions.Forward_Arity
and type boolean := boolean
include With_Boolean_Backward with type boolean := boolean
module Boolean_Backward :
Transfer_functions.Boolean_Backward
with module Arity := Transfer_functions.Backward_Arity
and type boolean := boolean
module Boolean_Lattice : Boolean_Lattice with type t = boolean
module Binary_Lattice : Binary_Lattice with type t = binary
include Boolean_Conversions with type boolean := boolean
include Binary_Conversions with type binary := binary
val binary_to_ival : signed:bool -> size:int -> binary -> Framac_ival.Ival.t
val binary_is_singleton : size:int -> binary -> Z.t option
val binary_is_empty : size:int -> binary -> bool
val binary_fold_crop :
size:int ->
binary ->
inf:Z.t ->
sup:Z.t ->
'a ->
(Z.t -> 'a -> 'a) ->
'a
val binary_to_known_bits : size:int -> binary -> Lattices.Known_Bits.t
include Integer_Basis
with type boolean := boolean
and module Boolean_Lattice := Boolean_Lattice
and module Boolean_Forward := Boolean_Forward
and module Boolean_Backward := Boolean_Backward
include With_Integer_Forward_Backward with type boolean := boolean
include With_Integer_Forward
with type boolean := boolean
and type integer := integer
module Integer_Forward :
Transfer_functions.Integer_Forward
with module Arity := Transfer_functions.Forward_Arity
and type boolean := boolean
and type integer := integer
include With_Integer_Backward
with type boolean := boolean
and type integer := integer
module Integer_Backward :
Transfer_functions.Integer_Backward
with module Arity := Transfer_functions.Backward_Arity
and type boolean := boolean
and type integer := integer
include With_Boolean_Forward_Backward
with type boolean := boolean
with module Boolean_Forward := Boolean_Forward
with module Boolean_Backward := Boolean_Backward
include With_Boolean_Forward
with type boolean := boolean
with module Boolean_Forward := Boolean_Forward
val truth_value : boolean -> Quadrivalent.t
include With_Boolean_Backward
with type boolean := boolean
with module Boolean_Backward := Boolean_Backward
module Integer_Lattice : Integer_Lattice with type t = integer
include Boolean_Conversions with type boolean := boolean
val convert_to_quadrivalent : boolean -> Quadrivalent.t
include Integer_Conversions with type integer := integer
val convert_to_ival : integer -> Framac_ival.Ival.t
val is_singleton_int : integer -> Z.t option