Module Control.monad.trans.MonadTrans

provide utility function MonadTrans.lift for Monad transformers

Imports

Table of Content

Definitions

class MonadTrans t

Member Functions

lift ∷ (MonadTrans t, Monad m) ⇒ m a → t m a

Lift a computation from the argument monad to the constructed monad.

Functions and Values by Type

(MonadTrans t, Monad m) ⇒ m a → t m a

MonadTrans.lift

Valid HTML 4.01 Strict