Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
printMessages :: Diagnostic a => Logger -> DiagnosticOpts a -> DiagOpts -> Messages a -> IO ()ghc-lib-parser GHC.Driver.Errors No documentation available.
printOrThrowDiagnostics :: Logger -> GhcMessageOpts -> DiagOpts -> Messages GhcMessage -> IO ()ghc-lib-parser GHC.Driver.Errors Given a bag of diagnostics, turn them into an exception if any has SevError, or print them out otherwise.
printException :: (HasLogger m, MonadIO m, HasDynFlags m) => SourceError -> m ()ghc-lib-parser GHC.Driver.Monad Print the all diagnostics in a SourceError. Useful inside exception handlers.
printForUser :: DynFlags -> Handle -> NamePprCtx -> Depth -> SDoc -> IO ()ghc-lib-parser GHC.Driver.Ppr No documentation available.
printDecorator :: HsDocStringDecorator -> Stringghc-lib-parser GHC.Hs.DocString No documentation available.
printInfoForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc-lib-parser GHC.Utils.Error No documentation available.
printOutputForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc-lib-parser GHC.Utils.Error No documentation available.
printSDoc :: SDocContext -> Mode -> Handle -> SDoc -> IO ()ghc-lib-parser GHC.Utils.Outputable The analog of printDoc_ for SDoc, which tries to make sure the terminal doesn't get screwed up by the ANSI color codes if an exception is thrown during pretty-printing.
printSDocLn :: SDocContext -> Mode -> Handle -> SDoc -> IO ()ghc-lib-parser GHC.Utils.Outputable Like printSDoc but appends an extra newline.