Description
A Haskell library for printing values with Data instances as nested trees. It helps developers inspect structured values in a readable shape during debugging, tests, or diagnostics.
Use it when a plain one-line show output is too hard to understand. Debug output can expose sensitive fields, so applications should avoid printing private data unexpectedly.