Preface_make.Indexed_applicative
Building a Preface_specs.Indexed_applicative
Build a Preface_specs.INDEXED_APPLICATIVE
using Preface_specs
.Indexed_applicative.WITH_APPLY.
Standard method, using the minimal definition of an alt to derive its full API.
module Via_pure_and_apply
(Req : Preface_specs.Indexed_applicative.WITH_PURE_AND_APPLY) :
Preface_specs.INDEXED_APPLICATIVE
with type ('a, 'index) t = ('a, 'index) Req.t
Build a Preface_specs.INDEXED_APPLICATIVE
using Preface_specs
.Indexed_applicative.WITH_MAP_AND_PRODUCT.
Other standard method, using the minimal definition of an alt to derive its full API.
module Via_pure_map_and_product
(Req : Preface_specs.Indexed_applicative.WITH_PURE_MAP_AND_PRODUCT) :
Preface_specs.INDEXED_APPLICATIVE
with type ('a, 'index) t = ('a, 'index) Req.t
Build a Preface_specs.INDEXED_APPLICATIVE
using Preface_specs
.Indexed_applicative.WITH_LIFT2.
Other standard method, using the minimal definition of an alt to derive its full API.
module Via_pure_and_lift2
(Req : Preface_specs.Indexed_applicative.WITH_PURE_AND_LIFT2) :
Preface_specs.INDEXED_APPLICATIVE
with type ('a, 'index) t = ('a, 'index) Req.t
Build a Preface_specs.INDEXED_APPLICATIVE
over an Preface_specs.INDEXED_APPLY
.
If you already have an Apply, you can enrich it by passing only pure
module Over_apply
(Apply : Preface_specs.INDEXED_APPLY)
(Req :
Preface_specs.Indexed_applicative.WITH_PURE
with type ('a, 'index) t = ('a, 'index) Apply.t) :
Preface_specs.INDEXED_APPLICATIVE
with type ('a, 'index) t = ('a, 'index) Req.t
Advanced way to build an Preface_specs.INDEXED_APPLICATIVE
, constructing and assembling a component-by-component of Preface_specs.INDEXED_APPLICATIVE
. (In order to provide your own implementation for some features.)
module Via
(Core : Preface_specs.Indexed_applicative.CORE)
(Operation :
Preface_specs.Indexed_applicative.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t)
(Infix :
Preface_specs.Indexed_applicative.INFIX
with type ('a, 'index) t = ('a, 'index) Core.t)
(Syntax :
Preface_specs.Indexed_applicative.SYNTAX
with type ('a, 'index) t = ('a, 'index) Core.t) :
Preface_specs.INDEXED_APPLICATIVE
with type ('a, 'index) t = ('a, 'index) Core.t
module Core_via_pure_map_and_product
(Req : Preface_specs.Indexed_applicative.WITH_PURE_MAP_AND_PRODUCT) :
Preface_specs.Indexed_applicative.CORE
with type ('a, 'index) t = ('a, 'index) Req.t
module Core_via_pure_and_apply
(Req : Preface_specs.Indexed_applicative.WITH_PURE_AND_APPLY) :
Preface_specs.Indexed_applicative.CORE
with type ('a, 'index) t = ('a, 'index) Req.t
module Core_via_pure_and_lift2
(Req : Preface_specs.Indexed_applicative.WITH_PURE_AND_LIFT2) :
Preface_specs.Indexed_applicative.CORE
with type ('a, 'index) t = ('a, 'index) Req.t
module Operation
(Core : Preface_specs.Indexed_applicative.CORE) :
Preface_specs.Indexed_applicative.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t
module Syntax
(Core : Preface_specs.Indexed_applicative.CORE) :
Preface_specs.Indexed_applicative.SYNTAX
with type ('a, 'index) t = ('a, 'index) Core.t
module Infix
(Core : Preface_specs.Indexed_applicative.CORE)
(Operation :
Preface_specs.Indexed_applicative.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t) :
Preface_specs.Indexed_applicative.INFIX
with type ('a, 'index) t = ('a, 'index) Core.t