Meet_semilattice.API
The complete interface of a Meet_semilattice.
Meet_semilattice
type t
The type held by the Meet_semilattice.
val meet : t -> t -> t
meet x y is the greatest lower bound of {x, y}.
meet x y
{x, y}
module Infix : INFIX with type t := t
val (&&) : t -> t -> t
Infix version of meet.
meet