M.Lift
Lifts functions into the monad.
A function that operates on values can be mapped to a function that operates on computations. We provide several liftes for common arities.
val nullary : 'a -> 'a t
nullary x
lifts x
(a synonym to return
)
quaternary f
lifts f