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 #