Parameter For.L

type t

The type held by the Meet_semilattice.

Functions

val meet : t -> t -> t

meet x y is the greatest lower bound of {x, y}.

Infix operators

val (&&) : t -> t -> t

Infix version of meet.