Contravariant.Operation
module Core : Preface_specs.Contravariant.CORE
type 'a t = 'a Core.t
The type held by the Contravariant Functor.
Contravariant Functor
val replace : 'b -> 'b t -> 'a t
Replace all locations in the output with the same value.