ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

IfaceSyn

Synopsis

Documentation

module IfaceType

freeNamesIfDecl :: IfaceDecl -> NameSet Source

Finding the Names in IfaceSyn

pprIfaceExpr :: (SDoc -> SDoc) -> IfaceExpr -> SDoc Source

Pretty Print an IfaceExpre

The first argument should be a function that adds parens in context that need an atomic value (e.g. function args)