Module Meet_semilattice.Core

Parameters

Signature

type t = Req.t

The type held by the Meet_semilattice.

val meet : t -> t -> t

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