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.
printException :: (HasLogger m, MonadIO m, HasDynFlags m) => SourceError -> m ()ghc GHC.Driver.Monad Print the all diagnostics in a SourceError. Useful inside exception handlers.
printForUser :: DynFlags -> Handle -> NamePprCtx -> Depth -> SDoc -> IO ()ghc GHC.Driver.Ppr No documentation available.
printDecorator :: HsDocStringDecorator -> Stringghc GHC.Hs.DocString No documentation available.
printMinimalImports :: HscSource -> [ImportDeclUsage] -> RnM ()ghc GHC.Rename.Names No documentation available.
printForUserTcRn :: SDoc -> TcRn ()ghc GHC.Tc.Utils.Monad Like logInfoTcRn, but for user consumption
printInfoForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc GHC.Utils.Error No documentation available.
printOutputForUser :: Logger -> NamePprCtx -> SDoc -> IO ()ghc GHC.Utils.Error No documentation available.
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.
printSDocLn :: SDocContext -> Mode -> Handle -> SDoc -> IO ()ghc GHC.Utils.Outputable Like printSDoc but appends an extra newline.
printDoc :: Mode -> Int -> Handle -> Doc -> IO ()ghc GHC.Utils.Ppr No documentation available.