Description
Provides combinators for writing Haskell Show instances. These helpers make it easier to build consistent textual representations for custom data types.
It is useful for debugging output, generated representations, tests, and libraries that want Show output with less repeated formatting code. It is a developer library and has no standalone interface.