Module type Join_semilattice.API

The complete interface of a 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}.

Infix operators

module Infix : INFIX with type t := t
val (||) : t -> t -> t

Infix version of join.