Preface_specs.Bounded_lattice
A Bounded_lattice
capture the notion of Bounded join semilattice and a Bounded meet semilattice
module type WITH_BOUNDED_JOIN_LATTICE_AND_BOUNDED_MEET_LATTICE = sig ... end
module type CORE = WITH_BOUNDED_JOIN_LATTICE_AND_BOUNDED_MEET_LATTICE
Basis operations
module type INFIX = sig ... end
Infix operators.
module type API = sig ... end
The complete interface of a Bounded_lattice
.