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

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

    ghc GHC.Utils.Outputable

    Like printSDoc but appends an extra newline.

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

    ghc GHC.Utils.Ppr

    No documentation available.

  4. printDoc_ :: Mode -> Int -> Handle -> Doc -> IO ()

    ghc GHC.Utils.Ppr

    No documentation available.

  5. printLeftRender :: Handle -> Doc -> IO ()

    ghc GHC.Utils.Ppr

    No documentation available.

  6. printTimes :: FormatM Bool

    hspec-core Test.Hspec.Core.Formatters.V2

    Return True if the user requested time reporting for individual spec items, False otherwise.

  7. printOutputSpecForest :: Settings -> Timed ResultForest -> IO ()

    sydtest Test.Syd.Output

    No documentation available.

  8. printCGError :: CGError -> CodeGen e ()

    haskell-gi Data.GI.CodeGen.Code

    Print, as a comment, a friendly textual description of the error.

  9. printWarning :: Text -> IO ()

    haskell-gi Data.GI.CodeGen.Util

    Print a (colored) warning message to stderr

  10. printMacroBlock :: (Storable a, PrintfArg a) => MutableMacroBlock s a -> ST s String

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    No documentation available.

Page 12 of many | Previous | Next