Preface_make.Indexed_comonadBuilding an Preface_specs.Indexed_comonad
Build a Preface_specs.INDEXED_COMONAD using Preface_specs.Indexed_comonad.WITH_EXTEND.
Standard method, using the minimal definition of an alt to derive its full API.
module Via_extend
(Req : Preface_specs.Indexed_comonad.WITH_EXTEND) :
Preface_specs.INDEXED_COMONAD with type ('a, 'index) t = ('a, 'index) Req.tBuild a Preface_specs.INDEXED_COMONAD using Preface_specs.Indexed_comonad.WITH_MAP_AND_DUPLICATE.
Standard method, using the minimal definition of an alt to derive its full API.
module Via_map_and_duplicate
(Req : Preface_specs.Indexed_comonad.WITH_MAP_AND_DUPLICATE) :
Preface_specs.INDEXED_COMONAD with type ('a, 'index) t = ('a, 'index) Req.tBuild a Preface_specs.INDEXED_COMONAD using Preface_specs.Indexed_comonad.WITH_COKLEISLI_COMPOSITION.
Standard method, using the minimal definition of an alt to derive its full API.
module Via_cokleisli_composition
(Req : Preface_specs.Indexed_comonad.WITH_COKLEISLI_COMPOSITION) :
Preface_specs.INDEXED_COMONAD with type ('a, 'index) t = ('a, 'index) Req.tAdvanced way to build a Preface_specs.INDEXED_COMONAD, constructing and assembling a component-by-component of Preface_specs.INDEXED_COMONAD. (In order to provide your own implementation for some features.)
module Via
(Core : Preface_specs.Indexed_comonad.CORE)
(Operation :
Preface_specs.Indexed_comonad.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t)
(Infix :
Preface_specs.Indexed_comonad.INFIX
with type ('a, 'index) t = ('a, 'index) Core.t)
(Syntax :
Preface_specs.Indexed_comonad.SYNTAX
with type ('a, 'index) t = ('a, 'index) Core.t) :
Preface_specs.INDEXED_COMONAD with type ('a, 'index) t = ('a, 'index) Core.tmodule Core_via_map_and_duplicate
(Req : Preface_specs.Indexed_comonad.WITH_MAP_AND_DUPLICATE) :
Preface_specs.Indexed_comonad.CORE
with type ('a, 'index) t = ('a, 'index) Req.tmodule Core_via_extend
(Req : Preface_specs.Indexed_comonad.WITH_EXTEND) :
Preface_specs.Indexed_comonad.CORE
with type ('a, 'index) t = ('a, 'index) Req.tmodule Core_via_cokleisli_composition
(Req : Preface_specs.Indexed_comonad.WITH_COKLEISLI_COMPOSITION) :
Preface_specs.Indexed_comonad.CORE
with type ('a, 'index) t = ('a, 'index) Req.tmodule Operation
(Core : Preface_specs.Indexed_comonad.CORE) :
Preface_specs.Indexed_comonad.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.tmodule Syntax
(Core : Preface_specs.Indexed_comonad.CORE) :
Preface_specs.Indexed_comonad.SYNTAX
with type ('a, 'index) t = ('a, 'index) Core.tmodule Infix
(Core : Preface_specs.Indexed_comonad.CORE)
(Operation :
Preface_specs.Indexed_comonad.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t) :
Preface_specs.Indexed_comonad.INFIX
with type ('a, 'index) t = ('a, 'index) Core.t