Over_apply.Req
type ('a, 'index) t = ('a, 'index) Apply.t
The type held by the Indexed Applicative.
Indexed Applicative
val pure : 'a -> ('a, 'index) t
Lift a value from 'a into a new t.
'a
t