GHC.Driver.Ppr
Printing related functions that depend on session state (DynFlags)
Documentation
showSDocUnsafe :: SDoc -> String Source #
showSDocForUser :: DynFlags -> UnitState -> PrintUnqualified -> SDoc -> String Source #
Allows caller to specify the PrintUnqualified to use
showPprUnsafe :: Outputable a => a -> String Source #
printForUser :: DynFlags -> Handle -> PrintUnqualified -> Depth -> SDoc -> IO () Source #