Module Meet_semilattice.Via_meet

Parameters

Signature

type t = Req.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.