Parameter Over_apply.Req

type 'a t = 'a Apply.t

The type held by the Applicative.

inline

include Preface_specs.Indexed_applicative.WITH_PURE with type ('a, _) t := 'a t
val pure : 'a -> 'a t

Lift a value from 'a into a new t.