Preface_makeSet of functors (in ML sense) whose role is to concretise the abstractions described in Preface_specs. Each abstraction described in the specifications has its image in Preface.Make and the functors take as arguments modules constrained by the signatures described in Preface_specs and produce modules whose complete interface is also described in Preface_specs.)
For a detailed description of the module breakdown logic, go to the homepage.
The concretisation of an abstraction usually offers several paths:
Preface_specs.MONOID defined over a Preface_specs.SEMIGROUP)Preface_specs.ALTERNATIVE into a Preface_specs.MONOID by fixing the type of the Alternative.Preface_specs.FUNCTOR.module Semigroup : sig ... endBuilding a Preface_specs.Semigroup
module Monoid : sig ... endBuilding a Preface_specs.Monoid
module Functor : sig ... endBuilding a Preface_specs.Functor
module Alt : sig ... endBuilding a Preface_specs.Alt
module Applicative : sig ... endBuilding a Preface_specs.Applicative
module Alternative : sig ... endBuilding a Preface_specs.Alternative
module Selective : sig ... endBuilding a Preface_specs.Selective
module Monad : sig ... endBuilding a Preface_specs.Monad
module Monad_plus : sig ... endBuilding a Preface_specs.Monad_plus
module Comonad : sig ... endBuilding a Preface_specs.Comonad
module Foldable : sig ... endBuilding a Preface_specs.Foldable
module Traversable : sig ... endBuilding a Preface_specs.Traversable
module Contravariant : sig ... endBuilding a Preface_specs.Contravariant
module Divisible : sig ... endBuilding a Preface_specs.Divisible
module Bifunctor : sig ... endBuilding a Preface_specs.Bifunctor
module Profunctor : sig ... endBuilding a Preface_specs.Profunctor
module Strong : sig ... endBuilding a Preface_specs.Strong
module Choice : sig ... endBuilding a Preface_specs.Choice
module Closed : sig ... endBuilding a Preface_specs.Closed
module Category : sig ... endBuilding a Preface_specs.Category
module Arrow : sig ... endBuilding a Preface_specs.Arrow
module Arrow_zero : sig ... endBuilding a Preface_specs.Arrow_zero
module Arrow_alt : sig ... endBuilding a Preface_specs.Arrow_alt
module Arrow_plus : sig ... endBuilding a Preface_specs.Arrow_plus
module Arrow_choice : sig ... endBuilding a Preface_specs.Arrow_choice
module Arrow_apply : sig ... endBuilding a Preface_specs.Arrow_apply
module Reader : sig ... endBuilding a Preface_specs.Reader, a Reader transformer.
module Writer : sig ... endBuilding a Preface_specs.Writer, a Writer transformer.
module State : sig ... endBuilding a Preface_specs.State, a State transformer.
module Store : sig ... endBuilding a Preface_specs.Store, a Store transformer.
module Env : sig ... endBuilding a Preface_specs.Env, an Env transformer.
module Traced : sig ... endBuilding a Preface_specs.Traced, a Traced transformer.
module Free_applicative : sig ... endBuilding a Preface_specs.Free_applicative
module Free_selective : sig ... endBuilding a Preface_specs.Free_selective
module Free_monad : sig ... endBuilding a Preface_specs.Free_monad
module Freer_monad : sig ... endBuilding a Preface_specs.Freer_monad