Module type Monad.WITH_RETURN

Minimal interface using map and product.

type 'a t

The type held by the Monad.

val return : 'a -> 'a t

Lift a value into a t.