Apply.Core_over_functor_via_lift2
module Functor : Preface_specs.Functor.WITH_MAP
module Req : Preface_specs.Apply.WITH_LIFT2 with type 'a t = 'a Functor.t
type 'a t = 'a Req.t
The type held by the Apply
.
May apply a function wrapped into an t
to a value also wrapped into an t
.