Skip to main content
Module Query.Boolean_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 singleton : bool -> tval to_quadrivalent : t -> Lattices__.Boolean_standard.Quadrivalent.t