For.L
type t
The type held by the Join_semillatice.
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 : Preface_specs.Join_semilattice.INFIX with type t := t
val (||) : t -> t -> t
Infix version of join.
join