Parameter For.L

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

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

Infix version of join.