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. formatConfigHtmlOutput :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  2. formatConfigOutputUnicode :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  3. formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  4. formatConfigPrintCpuTime :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  5. formatConfigPrintTimes :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  6. formatConfigReportProgress :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  7. formatConfigUseColor :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  8. formatConfigUseDiff :: FormatConfig -> Bool

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  9. formatConfigUsedSeed :: FormatConfig -> Integer

    hspec-api Test.Hspec.Api.Format.V2

    No documentation available.

  10. formatException :: SomeException -> String

    hspec-api Test.Hspec.Api.Formatters.V1

    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.

Page 118 of many | Previous | Next