Description
Provides a writer monad for building multi-line string literals in Haskell. It helps code assemble structured text with clearer control over lines and indentation.
It is useful for generated code, configuration files, messages, templates, reports, and tests that need readable multi-line output. It is a developer library and has no standalone editor.