Via_pure_and_lift2.Req
include Preface_specs.Applicative.WITH_PURE_AND_LIFT2
inline
include Preface_specs.Indexed_applicative.WITH_PURE_AND_LIFT2
with type ('a, _) t := 'a t
include Preface_specs.Indexed_applicative.WITH_PURE
with type ('a, 'index) t := 'a t
val pure : 'a -> 'a t
Lift a value from 'a
into a new t
.