Apply.WITH_LIFT2
Minimal interface using lift2.
lift2
type 'a t
The type held by the Apply.
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.
t