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. formatterToFormat :: Formatter -> FormatConfig -> IO Format

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

    No documentation available.

  2. formatException :: SomeException -> String

    hspec-api Test.Hspec.Api.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.

  3. formatLocation :: Location -> String

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

    No documentation available.

  4. formatterDone :: Formatter -> FormatM ()

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  7. formatterItemDone :: Formatter -> Path -> Item -> FormatM ()

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

    No documentation available.

  8. formatterItemStarted :: Formatter -> Path -> FormatM ()

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

    No documentation available.

  9. formatterProgress :: Formatter -> Path -> Progress -> FormatM ()

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

    No documentation available.

  10. formatterStarted :: Formatter -> FormatM ()

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

    No documentation available.

Page 119 of many | Previous | Next