Control.Monad.Writer.Lazy

MonadWriter class

class MonadWriter w m

listens

censor

The Writer monad

type Writer w

runWriter

execWriter

mapWriter

The WriterT monad transformer

data WriterT w m a

runWriterT

execWriterT

mapWriterT