writer-cps-morph-0.1.0.1: MFunctor instance for CPS style WriterT and RWST
Control.Monad.Trans.Writer.CPS.Morph
Contents
Methods
hoist :: Monad m => (forall a. m a -> n a) -> WriterT w m b -> WriterT w n b #