ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

ErrUtils

Synopsis

Documentation

data ErrMsg Source

Instances

doIfSet :: Bool -> IO () -> IO () Source

dumpSDoc :: DynFlags -> DumpFlag -> String -> SDoc -> IO () Source

Write out a dump. If --dump-to-file is set then this goes to a file. otherwise emit to stdout.

When hdr is empty, we print in a more compact format (no separators and blank lines)