preface.make
Over_apply.Req
preface
preface.core
preface.laws
preface.qcheck
preface.specs
preface.stdlib
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