Apply.Infixmodule Core : Preface_specs.Apply.COREmodule Operation : Preface_specs.Apply.OPERATION with type 'a t = 'a Core.ttype 'a t = 'a Core.tThe type held by the Apply.
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.