pretty-show
pretty-show copied to clipboard
Tools for working with derived Show instances in Haskell.
Would be pretty useful for writing custom `PreProc` functions. These enable you to do generic tree traversals a-la `gplate` or `uniplate`. Or even more simply, make use of any other...
4 out of the 5 test failures in the recent haskell-src-exts issue https://github.com/haskell-suite/haskell-src-exts/issues/448 seems to be new pretty-show not willing to prettify the result. One of the examples is: ```...
These dependencies aren't used anywhere as far as I can tell. I think `ghc-prim` might have been needed for `GHC.Generics` in `base-4.5`, but it's hard to confirm, since there are...