package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

The type held by the Meet_semilattice.

Functions

val meet : t -> t -> t

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

Infix operators

val (&&) : t -> t -> t

Infix version of meet.

OCaml

Innovation. Community. Security.