Indexed_comonad.Infix
module Core : Preface_specs.Indexed_comonad.CORE
module Operation :
Preface_specs.Indexed_comonad.OPERATION
with type ('a, 'index) t = ('a, 'index) Core.t
type ('a, 'index) t = ('a, 'index) Core.t
The type held by the Indexed Comonad
.
Infix flipped version of CORE
.extend.
Infix version of CORE
.compose_left_to_right.
Infix version of OPERATION
.compose_right_to_left.
Applicative functor of ('a -> 'b) t
over ('a, 'index) t
to ('b, 'index) t
.
Applicative functor of ('a -> 'b) t
over ('a, 'index) t
to ('b, 'index) t
.
Discard the value of the first argument.
Discard the value of the second argument.
Infix version of CORE
.map.
Flipped and infix version of CORE
.map.
Flipped and infix version of OPERATION
.replace.