ghc-7.6.1: The GHC API

Safe HaskellNone

IfaceSyn

Synopsis

Documentation

module IfaceType

freeNamesIfDecl :: IfaceDecl -> NameSetSource

Finding the Names in IfaceSyn

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

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)