Applicative.WITH_PURE
Minimal interface using map and product.
map
product
type 'a t
The type held by the Applicative.
Applicative
inline
include Indexed_applicative.WITH_PURE with type ('a, _) t := 'a t
val pure : 'a -> 'a t
Lift a value from 'a into a new t.
'a
t