• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printName :: Name

    ghc GHC.Builtin.Names

    No documentation available.

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

    ghc GHC.Driver.Errors

    No documentation available.

  3. printOrThrowDiagnostics :: Logger -> GhcMessageOpts -> DiagOpts -> Messages GhcMessage -> IO ()

    ghc 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 GHC.Driver.Monad

    Print the all diagnostics in a SourceError. Useful inside exception handlers.

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

    ghc GHC.Driver.Ppr

    No documentation available.

  6. printDecorator :: HsDocStringDecorator -> String

    ghc GHC.Hs.DocString

    No documentation available.

  7. printMinimalImports :: HscSource -> [ImportDeclUsage] -> RnM ()

    ghc GHC.Rename.Names

    No documentation available.

  8. printForUserTcRn :: SDoc -> TcRn ()

    ghc GHC.Tc.Utils.Monad

    Like logInfoTcRn, but for user consumption

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

    ghc GHC.Utils.Error

    No documentation available.

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

    ghc GHC.Utils.Error

    No documentation available.

Page 11 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete