Description
Provides a pretty printer for Haskell data types that have a Show instance. It makes displayed values easier to read by formatting nested structures across lines with indentation.
It is useful for debugging, tests, REPL output, logs, and command-line diagnostics. It is a developer library and the output appears through applications that call it.