Description
Simplify and render Template Haskell.
Description
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)