Module type Sig.Complete_Lattice

include Join_Semi_Lattice
include Datatype_sig.S
type t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val join : t -> t -> t
val includes_or_widen : previous:t -> t -> bool * t
val includes : t -> t -> bool
val widen : previous:t -> t -> t
include With_Inter with type t := t
val inter : t -> t -> t
include With_Bottom with type t := t
val bottom : t
val is_bottom : t -> bool
include With_Top with type t := t
val top : t