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.
formatConfigPrintTimes :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatConfigReportProgress :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatConfigUseColor :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatConfigUseDiff :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatConfigUsedSeed :: FormatConfig -> Integerhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatException :: SomeException -> Stringhspec-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.formatLocation :: Location -> Stringhspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterDone :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterGroupDone :: Formatter -> Path -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterGroupStarted :: Formatter -> Path -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.