Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

    formatting Formatting

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

  2. bprint :: Format Builder a -> a

    formatting Formatting.Internal

    Run the formatter and return a Builder value.

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

    formatting Formatting.Internal

    Run the formatter and print out the text to stdout.

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

    formatting Formatting.Internal

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

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

    formatting Formatting.Internal

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

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

  7. defaultPrintFormatter :: PrintFormatter

    sandwich Test.Sandwich.Formatters.Print

    No documentation available.

  8. silentFormatterPrintRunRoot :: SilentFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Silent

    No documentation available.

  9. optPrintGoldenFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

  10. optPrintHedgehogFlags :: CommandLineOptions a -> Maybe Bool

    sandwich Test.Sandwich.Misc

    No documentation available.

Page 189 of many | Previous | Next