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. formatterItemDone :: Formatter -> Path -> Item -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

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

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

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

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  4. formatterStarted :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  5. formatterToFormat :: Formatter -> FormatConfig -> IO Format

    hspec-core Test.Hspec.Core.Formatters.V2

    No documentation available.

  6. formatException :: SomeException -> String

    hspec-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.

  7. formatExceptionWith :: (SomeException -> String) -> SomeException -> String

    hspec-core Test.Hspec.Core.Util

    No documentation available.

  8. formatRequirement :: Path -> String

    hspec-core Test.Hspec.Core.Util

    Try to create a proper English sentence from a path by applying some heuristics.

  9. formatDiff :: String -> String -> [PolyDiff Text Text] -> [[Chunk]]

    sydtest Test.Syd.Output

    No documentation available.

  10. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-hspec Test.Validity

    No documentation available.

Page 34 of many | Previous | Next