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