@hackage th-pprint0.2.0.0

Simplify and render Template Haskell

Simplify and render Template Haskell. Functions to dump TH code for easy inspection and/or copy-pasting the result into your Haskell files.

For example:

putStrLn $(simplifiedTH =<< makePrisms ''Maybe)