ghc-source-gen-0.2.0.1: 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 #