Join_semilattice.API
The complete interface of a Join_semillatice.
Join_semillatice
type t
The type held by the Join_semillatice.
Functions
val join : t -> t -> t
join x y is the least upper bound of {x,y}.
join x y
{x,y}
module Infix : INFIX with type t := t
val (||) : t -> t -> t
Infix version of join.
join