package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Preface_specs.Join_semilattice.WITH_JOIN
type t

The type held by the Join_semilattice.

val join : t -> t -> t

join x y is the least upper bound of {x,y}.

include Preface_specs.Meet_semilattice.WITH_MEET with type t := t
val meet : t -> t -> t

meet x y is the greatest lower bound of {x, y}.

OCaml

Innovation. Community. Security.