Preface_make.Meet_semilattice
Building a Preface_specs.Meet_semilattice
Build a Preface_specs.MEET_SEMILATTICE
using Preface_specs.Meet_semilattice.WITH_MEET
.
Standard method, using the minimal definition of a semigroup to derive its full API.
module Via_meet
(Req : Preface_specs.Meet_semilattice.WITH_MEET) :
Preface_specs.MEET_SEMILATTICE with type t = Req.t
Advanced way to build a Preface_specs.MEET_SEMILATTICE
, constructing and assembling a component-by-component of Preface_specs.MEET_SEMILATTICE
. (In order to provide your own implementation for some features.)
module Via
(Core : Preface_specs.Meet_semilattice.CORE)
(Infix : Preface_specs.Meet_semilattice.INFIX with type t = Core.t) :
Preface_specs.MEET_SEMILATTICE with type t = Infix.t
module Core
(Req : Preface_specs.Meet_semilattice.WITH_MEET) :
Preface_specs.Meet_semilattice.CORE with type t = Req.t
module Infix
(Core : Preface_specs.Meet_semilattice.CORE) :
Preface_specs.Meet_semilattice.INFIX with type t = Core.t