Control.Monad.Writer.Strict

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

execWriterT

mapWriterT