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.
formatterItemDone :: Formatter -> Path -> Item -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterItemStarted :: Formatter -> Path -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterProgress :: Formatter -> Path -> Progress -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterStarted :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatterToFormat :: Formatter -> FormatConfig -> IO Formathspec-core Test.Hspec.Core.Formatters.V2 No documentation available.
formatException :: SomeException -> Stringhspec-core Test.Hspec.Core.Util 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.formatExceptionWith :: (SomeException -> String) -> SomeException -> Stringhspec-core Test.Hspec.Core.Util No documentation available.
formatRequirement :: Path -> Stringhspec-core Test.Hspec.Core.Util Try to create a proper English sentence from a path by applying some heuristics.
formatDiff :: String -> String -> [PolyDiff Text Text] -> [[Chunk]]sydtest Test.Syd.Output No documentation available.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-hspec Test.Validity No documentation available.