template-haskell-2.6.0.0

Language.Haskell.TH.Ppr

Description

contains a prettyprinter for the Template Haskell datatypes

Documentation

pprint :: Ppr a => a -> StringSource

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

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

showtextl :: Show a => a -> DocSource