Via.Operation
type 'a t = 'a Core.t
The type held by the Selective
.
inline
include Preface_specs.Indexed_selective.OPERATION with type ('a, _) t := 'a t
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
.