Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. formatConfigPrintTimes :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  2. formatConfigReportProgress :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  3. formatConfigUseColor :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  4. formatConfigUseDiff :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  5. formatConfigUsedSeed :: FormatConfig -> Integer

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  6. formatException :: SomeException -> String

    hspec-core Test.Hspec.Core.Formatters.V2

    The function formatException converts an exception to a string. This is different from show. The type of the exception is included, e.g.:

    >>> formatException (toException DivideByZero)
    "ArithException\ndivide by zero"
    
    For IOExceptions the IOErrorType is included, as well.

  7. formatLocation :: Location -> String

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  8. formatterDone :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  9. formatterGroupDone :: Formatter -> Path -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  10. formatterGroupStarted :: Formatter -> Path -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

Page 33 of many | Previous | Next