Skip to main content
Module Integer_Query.Integer_Lattice
val equal : t -> t -> boolval compare : t -> t -> intval pretty : Stdlib.Format.formatter -> t -> unitval includes_or_widen : previous:t -> t -> bool * tval includes : t -> t -> boolval widen : previous:t -> t -> tval is_bottom : t -> boolval is_singleton : t -> Z.t optionval fold_crop : t -> inf:Z.t -> sup:Z.t -> (Z.t -> 'a -> 'a) -> 'a -> 'a