Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. arbitraryPrintableChar :: Gen Char

    QuickCheck Test.QuickCheck

    Generates a printable Unicode character.

  2. getPrintableString :: PrintableString -> String

    QuickCheck Test.QuickCheck

    No documentation available.

  3. arbitraryPrintableChar :: Gen Char

    QuickCheck Test.QuickCheck.Arbitrary

    Generates a printable Unicode character.

  4. getPrintableString :: PrintableString -> String

    QuickCheck Test.QuickCheck.Modifiers

    No documentation available.

  5. type ConsoleFormatPrinter = ConsoleFormat -> IO () -> IO ()

    tasty Test.Tasty.Providers.ConsoleFormat

    Type of console format printer functions

  6. newtype ResultDetailsPrinter

    tasty Test.Tasty.Providers.ConsoleFormat

    An action that prints additional information about a test using colors/formatting; see testFailedDetails and resultDetailsPrinter. As input, this action is provided with the current indentation level and a ConsoleFormatPrinter, which tells it how perform output. This is a newtype to allow a Show instance.

  7. ResultDetailsPrinter :: (Int -> ConsoleFormatPrinter -> IO ()) -> ResultDetailsPrinter

    tasty Test.Tasty.Providers.ConsoleFormat

    No documentation available.

  8. resultDetailsPrinter :: Result -> ResultDetailsPrinter

    tasty Test.Tasty.Runners

    An action that prints additional information about a test. This is similar to resultDescription except it can produce colorful/formatted output; see Test.Tasty.Providers.ConsoleFormat. This can be used instead of or in addition to resultDescription. Usually this is set to noResultDetails, which does nothing.

  9. pprint :: Ppr a => a -> String

    template-haskell Language.Haskell.TH

    No documentation available.

  10. pprint :: Ppr a => a -> String

    template-haskell Language.Haskell.TH.Ppr

    No documentation available.

Page 163 of many | Previous | Next