Skip to main content
Module Query.Enum_Lattice
val is_singleton : t -> int optionval fold_on_cases : t -> 'a -> (int -> 'a -> 'a) -> 'aval is_bottom : t -> boolval 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 -> t