Applicative.Infix
module Core : Preface_specs.Applicative.CORE
module Operation : Preface_specs.Applicative.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.