Description
Provides a Wadler/Leijen style pretty printer that targets Haskell Text values. It helps render structured documents into readable text with controlled line breaks and indentation.
It is useful for formatters, code generators, diagnostics, configuration printers, and reports. Developers should design output around the reader's task, not only around the internal data structure.