Module Join_semilattice.Via

Parameters

Signature

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

val (||) : t -> t -> t

Infix version of join.