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