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.

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

    ghc-lib-parser GHC.Utils.Error

    No documentation available.

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

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

    ghc-lib-parser GHC.Utils.Outputable

    Like printSDoc but appends an extra newline.

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

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Ppr

    No documentation available.

  7. printWarning :: MonadIO m => String -> m ()

    dhall Dhall.Util

    Output a warning message on stderr.

  8. printRange :: IPv4Range -> IO ()

    ip Net.IPv4

    Print an IPv4Range. Helper function that exists mostly for testing purposes.

  9. printRange :: IPv6Range -> IO ()

    ip Net.IPv6

    Print an IPv6Range using the textual encoding.

  10. printTestCase :: Testable prop => String -> prop -> Property

    massiv-test Test.Massiv.Utils

    Adds the given string to the counterexample if the property fails.

Page 19 of many | Previous | Next