• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fprintLn :: MonadIO m => Format (m ()) a -> a

    formatting Formatting.Internal

    Run the formatter and print out the text to stdout, followed by a newline.

  2. hprint :: MonadIO m => Handle -> Format (m ()) a -> a

    formatting Formatting.Internal

    Run the formatter and put the output onto the given Handle.

  3. hprintLn :: MonadIO m => Handle -> Format (m ()) a -> a

    formatting Formatting.Internal

    Run the formatter and put the output and a newline onto the given Handle.

  4. defaultPrintFormatter :: PrintFormatter

    sandwich Test.Sandwich.Formatters.Print

    No documentation available.

  5. silentFormatterPrintRunRoot :: SilentFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  6. optPrintGoldenFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

  7. optPrintHedgehogFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

  8. optPrintQuickCheckFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

  9. optPrintSlackFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

  10. optPrintWebDriverFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

Page 301 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete