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) # 

Methods

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