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.
formatConfigPrettyPrint :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format Deprecated: Use formatConfigPrettyPrintFunction instead
formatConfigPrettyPrintFunction :: FormatConfig -> Maybe (String -> String -> (String, String))hspec-core Test.Hspec.Core.Format No documentation available.
formatConfigPrintCpuTime :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigPrintTimes :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigReportProgress :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigUseColor :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigUseDiff :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigUsedSeed :: FormatConfig -> Integerhspec-core Test.Hspec.Core.Format No documentation available.
formatException :: SomeException -> Stringhspec-core Test.Hspec.Core.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.formatterToFormat :: Formatter -> FormatConfig -> IO Formathspec-core Test.Hspec.Core.Formatters.V1 No documentation available.