Module type Sig.Binary_Integer_Basis

include Binary_Basis
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
val name : string
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