Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. module Test.Tasty.Providers.ConsoleFormat

    This module can be used by providers to perform colorful/formatted output and possibly reuse tasty's own output formats.

  2. data ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Console output format

  3. ConsoleFormat :: ConsoleIntensity -> ColorIntensity -> Color -> ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    No documentation available.

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

    tasty Test.Tasty.Providers.ConsoleFormat

    Type of console format printer functions

  5. failFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display failures

  6. infoFailFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display additional information on failures

  7. infoOkFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display additional information on successes

  8. okFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display successes

  9. skippedFormat :: ConsoleFormat

    tasty Test.Tasty.Providers.ConsoleFormat

    Format used to display skipped tests

  10. pattern BeforeCommonEra :: Integer -> Year

    time Data.Time.Calendar

    Also known as Before Christ. Note that Year 1 = 1 CE, and the previous Year 0 = 1 BCE. CommonEra and BeforeCommonEra form a COMPLETE set.

Page 404 of many | Previous | Next