package preface

  1. Overview
  2. Docs
On This Page
  1. Infix operators
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.

OCaml

Innovation. Community. Security.