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

Safe HaskellSafe
LanguageHaskell2010

Control.Monad.Trans.Writer.CPS.Morph

Contents

Documentation

Orphan instances

MFunctor (WriterT w) Source # 

Methods

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