more-extensible-effects-0.1.0.1: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

Control.Monad.Eff.Lift

Synopsis

Documentation

data Lift m a Source #

Lifting: emulating monad transformers

lift :: MemberU2 Lift (Lift m) r => m a -> Eff r a Source #

runLift :: Monad m => Eff '[Lift m] w -> m w Source #