ghc-source-gen-0.4.3.0: Constructs Haskell syntax trees for the GHC API.
Safe HaskellNone
LanguageHaskell2010

GHC.SourceGen.Pretty

Description

This module provides utilities for rendering GHC syntax as strings.

Documentation

putPpr :: Outputable a => a -> Ghc () Source #

hPutPpr :: Outputable a => Handle -> a -> Ghc () Source #