Apply.Operation
module Core : Preface_specs.Apply.CORE
type 'a t = 'a Core.t
The type held by the Apply
.
Lift a ternary function that acts on arbitrary values into a function that acts t
values.
Create a new t
, replacing all values of the given functor by given a value of 'a
.