Hoogle Search
Within LTS Haskell 24.8 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
printDoc :: Mode -> Int -> Handle -> Doc -> IO ()ghc-lib-parser GHC.Utils.Ppr No documentation available.
printDoc_ :: Mode -> Int -> Handle -> Doc -> IO ()ghc-lib-parser GHC.Utils.Ppr No documentation available.
printLeftRender :: Handle -> Doc -> IO ()ghc-lib-parser GHC.Utils.Ppr No documentation available.
printWarning :: MonadIO m => String -> m ()dhall Dhall.Util Output a warning message on stderr.
printRange :: IPv4Range -> IO ()ip Net.IPv4 Print an IPv4Range. Helper function that exists mostly for testing purposes.
printRange :: IPv6Range -> IO ()ip Net.IPv6 Print an IPv6Range using the textual encoding.
printTestCase :: Testable prop => String -> prop -> Propertymassiv-test Test.Massiv.Utils Adds the given string to the counterexample if the property fails.