Parameter Over_apply.Req

type ('a, 'index) t = ('a, 'index) Apply.t

The type held by the Indexed Applicative.

val pure : 'a -> ('a, 'index) t

Lift a value from 'a into a new t.