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.

  1. printName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  2. printMessages :: Diagnostic a => Logger -> DiagnosticOpts a -> DiagOpts -> Messages a -> IO ()

    ghc-lib-parser GHC.Driver.Errors

    No documentation available.

  3. 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.

  4. 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.

  5. printForUser :: DynFlags -> Handle -> NamePprCtx -> Depth -> SDoc -> IO ()

    ghc-lib-parser GHC.Driver.Ppr

    No documentation available.

  6. printDecorator :: HsDocStringDecorator -> String

    ghc-lib-parser GHC.Hs.DocString

    No documentation available.

  7. printInfoForUser :: Logger -> NamePprCtx -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

  8. printOutputForUser :: Logger -> NamePprCtx -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

  9. 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.

  10. printSDocLn :: SDocContext -> Mode -> Handle -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Outputable

    Like printSDoc but appends an extra newline.

Page 18 of many | Previous | Next