writer-cps-morph-0.1.0.2: MFunctor instance for CPS style WriterT and RWST

Safe HaskellSafe
LanguageHaskell2010

Control.Monad.Trans.RWS.CPS.Morph

Contents

Documentation

Orphan instances

MFunctor (RWST r w s) Source # 

Methods

hoist :: Monad m => (forall a. m a -> n a) -> RWST r w s m b -> RWST r w s n b #