Module Data/Writer

This module is undocumented. This is a list of its definitions.

createStringWriter :: <Proc> StringWriter

A string writer with nothing written to it yet.

resultOfStringWriter :: StringWriter -> <Proc> String

Everything written to the writer so far. The writer is not emptied, and may still be written to afterwards.

toWriter :: WriterLike a => a -> Writer

Views the value as a Writer.