Parameter Over_functor_via_lift2.Req

type 'a t = 'a Functor.t

The type held by the Apply.

val lift2 : ('a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t

Lift a binary function that acts on arbitrary values into a function that acts t values.