Bounded_lattice.Infix
module Core : Preface_specs.Bounded_lattice.CORE
type t = Core.t
The type held by the Bounded_join_semilattice
Bounded_join_semilattice
val (||) : t -> t -> t
Infix version of join.
join
val (&&) : t -> t -> t
Infix version of meet.
meet