template-haskell-2.10.0.0: Support library for Template Haskell

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.Ppr

Description

contains a prettyprinter for the Template Haskell datatypes

Documentation

pprint :: Ppr a => a -> String Source

ppr_data :: Doc -> Cxt -> Name -> Doc -> [Con] -> [Name] -> Doc Source

ppr_newtype :: Doc -> Cxt -> Name -> Doc -> Con -> [Name] -> Doc Source

showtextl :: Show a => a -> Doc Source