Indexed_apply.WITH_APPLY
Minimal interface using apply.
apply
type ('a, 'index) t
The type held by the Indexed Apply.
Indexed Apply
val apply : ('a -> 'b, 'index) t -> ('a, 'index) t -> ('b, 'index) t
May apply a function wrapped into an t to a value also wrapped into an t.
t