Indexed_apply.WITH_LIFT2
Minimal interface using lift2.
lift2
type ('a, 'index) t
The type held by the Indexed Apply.
Indexed Apply
val lift2 : ('a -> 'b -> 'c) -> ('a, 'index) t -> ('b, 'index) t -> ('c, 'index) t
Lift a binary function that acts on arbitrary values into a function that acts t values.
t