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. printFirstLineAfterClose :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  2. printFirstLineExplicit :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  3. printFirstLineNoClose :: FilePath -> IO ()

    linear-base Simple.FileIO

    No documentation available.

  4. printWarning :: Logger -> Warning -> IO ()

    liquidhaskell-boot Language.Haskell.Liquid.Types.PrettyPrint

    Printing Warnings ---------------------------------------------------------

  5. printWarning :: Logger -> Warning -> IO ()

    liquidhaskell-boot Language.Haskell.Liquid.Types.Types

    Printing Warnings ---------------------------------------------------------

  6. printMessages :: Diagnostic a => Logger -> DiagnosticOpts a -> DiagOpts -> Messages a -> IO ()

    liquidhaskell-boot Liquid.GHC.API

    No documentation available.

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

    liquidhaskell-boot Liquid.GHC.API

    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.

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

    liquidhaskell-boot Liquid.GHC.API

    Like printSDoc but appends an extra newline.

  9. printLocation :: Location base -> Text

    path-extra Path.Extended

    No documentation available.

  10. printChart :: Show a => Bool -> (ChartOptions -> IO Bool) -> a -> IO ()

    prettychart Prettychart.Server

    Print a chart supplying a ChartOptions consumer, and a showable thing that may be chartable. The first argument flags whether to also print the item to stdout.

Page 51 of many | Previous | Next