Alternative.Infixmodule Core : Preface_specs.Alternative.COREmodule Operation : Preface_specs.Alternative.OPERATION with type 'a t = 'a Core.ttype 'a t = 'a Core.tThe type held by the Applicative.
include Preface_specs.Apply.INFIX with type 'a t := 'a tFlipped Applicative functor of ('a -> 'b) t over 'a t to 'b t.
Infix version of Preface_specs.Functor.CORE.map.
Flipped and infix version of Preface_specs.Functor.CORE.map.
Infix version of Preface_specs.Functor.OPERATION.replace.
Flipped and infix version of Preface_specs.Functor.OPERATION.replace.