Meet_semilattice.Via_meet
module Req : Preface_specs.Meet_semilattice.WITH_MEET
type t = Req.t
The type held by the Meet_semilattice.
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 : Preface_specs.Meet_semilattice.INFIX with type t := t
val (&&) : t -> t -> t
Infix version of meet.
meet