Alternative.Infix
module Core : Preface_specs.Alternative.CORE
module Operation : Preface_specs.Alternative.OPERATION with type 'a t = 'a Core.t
type 'a t = 'a Core.t
The type held by the Applicative
.
Applicative
functor of ('a -> 'b) t
over ('a, 'index) t
to ('b, 'index) t
.
Flipped Applicative
functor of ('a -> 'b) t
over ('a, 'index) t
to ('b, 'index) t
.
Infix version of CORE
.map.
Flipped and infix version of CORE
.map.
Flipped and infix version of OPERATION
.replace.
Infix version of CORE
.map.
Flipped and infix version of CORE
.map.
Flipped and infix version of OPERATION
.replace.