M.LiftLifts 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 tnullary x lifts x (a synonym to return)
quaternary f lifts f