Preface_make.Indexed_comonad
Building 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.t
Build 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.t
Build 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.t
Advanced 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.t
module 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.t
module Core_via_extend
(Req : Preface_specs.Indexed_comonad.WITH_EXTEND) :
Preface_specs.Indexed_comonad.CORE
with type ('a, 'index) t = ('a, 'index) Req.t
module 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.t
module Operation
(Core : Preface_specs.Indexed_comonad.CORE) :
Preface_specs.Indexed_comonad.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t
module Syntax
(Core : Preface_specs.Indexed_comonad.CORE) :
Preface_specs.Indexed_comonad.SYNTAX
with type ('a, 'index) t = ('a, 'index) Core.t
module 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