Module type Indexed_applicative.WITH_PURE

Minimal interface using map and product.

type ('a, 'index) t

The type held by the Indexed Applicative.

val pure : 'a -> ('a, 'index) t

Lift a value from 'a into a new t.