Module Preface_specs.Bounded_lattice

A Bounded_lattice capture the notion of Bounded join semilattice and a Bounded meet semilattice

Minimal definition

Structure anatomy

Basis operations

module type INFIX = sig ... end

Infix operators.

Complete API

module type API = sig ... end

The complete interface of a Bounded_lattice.