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.
formatterToFormat :: Formatter -> FormatConfig -> IO Formathspec-api Test.Hspec.Api.Formatters.V1 No documentation available.
formatException :: SomeException -> Stringhspec-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.formatLocation :: Location -> Stringhspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterDone :: Formatter -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterGroupDone :: Formatter -> Path -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterGroupStarted :: Formatter -> Path -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterItemDone :: Formatter -> Path -> Item -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterItemStarted :: Formatter -> Path -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterProgress :: Formatter -> Path -> Progress -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.
formatterStarted :: Formatter -> FormatM ()hspec-api Test.Hspec.Api.Formatters.V2 No documentation available.