Module type Applicative.WITH_PURE

Minimal interface using map and product.

type 'a t

The type held by the 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.