ghc-source-gen-0.3.0.0: Constructs Haskell syntax trees for the GHC API.
GHC.SourceGen.Pretty
Description
This module provides utilities for rendering GHC syntax as strings.
showPpr :: Outputable a => DynFlags -> a -> String #
putPpr :: Outputable a => a -> Ghc () Source #
hPutPpr :: Outputable a => Handle -> a -> Ghc () Source #