| Safe Haskell | Trustworthy | 
|---|---|
| Language | Haskell98 | 
Control.Monad.Writer.CPS
Documentation
runWriterT :: Monad m => WriterT w m a -> m (a, w) Source
execWriterT :: Monad m => WriterT w m a -> m w Source
execWriter :: Writer w a -> w Source
mtl-c-0: Monad transformers using continuation passing style
| Safe Haskell | Trustworthy | 
|---|---|
| Language | Haskell98 | 
Control.Monad.Writer.CPS
runWriterT :: Monad m => WriterT w m a -> m (a, w) Source
execWriterT :: Monad m => WriterT w m a -> m w Source
execWriter :: Writer w a -> w Source