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. printException :: (HasLogger m, MonadIO m, HasDynFlags m) => SourceError -> m ()

    ghc GHC.Driver.Monad

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

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

    ghc GHC.Driver.Ppr

    No documentation available.

  3. printDecorator :: HsDocStringDecorator -> String

    ghc GHC.Hs.DocString

    No documentation available.

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

    ghc GHC.Rename.Names

    No documentation available.

  5. printForUserTcRn :: SDoc -> TcRn ()

    ghc GHC.Tc.Utils.Monad

    Like logInfoTcRn, but for user consumption

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

    ghc GHC.Utils.Error

    No documentation available.

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

    ghc GHC.Utils.Error

    No documentation available.

  8. printSDoc :: SDocContext -> Mode -> Handle -> SDoc -> IO ()

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

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

    ghc GHC.Utils.Outputable

    Like printSDoc but appends an extra newline.

  10. printDoc :: Mode -> Int -> Handle -> Doc -> IO ()

    ghc GHC.Utils.Ppr

    No documentation available.

Page 11 of many | Previous | Next