Either.FunctorSourcemodule T : Preface_specs.Types.T0type 'a t = (T.t, 'a) Bifunctor.tThe type held by the Functor.
Create a new 'a t, replacing all values in the 'b t by given a value of 'a.
module Infix : Preface_specs.Functor.INFIX with type 'a t := 'a tInfix 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.