Module type Indexed_apply.WITH_APPLY

Minimal interface using apply.

type ('a, 'index) t

The type held by the 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.