Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PatternMatchFail :: String -> PatternMatchFail

    lifted-base Control.Exception.Lifted

    No documentation available.

  2. type Path = ([String], String)

    hspec-core Test.Hspec.Core.Extension.Config

    A Path describes the location of a spec item within a spec tree. It consists of a list of group descriptions and a requirement description.

  3. data Params

    hspec-core Test.Hspec.Core.Extension.Item

    QuickCheck and SmallCheck related parameters.

  4. Params :: Args -> Maybe Int -> Params

    hspec-core Test.Hspec.Core.Extension.Item

    No documentation available.

  5. Pending :: Maybe Location -> Maybe String -> ResultStatus

    hspec-core Test.Hspec.Core.Extension.Item

    No documentation available.

  6. type Progress = (Int, Int)

    hspec-core Test.Hspec.Core.Extension.Item

    (CurrentItem, TotalItems) tuple.

  7. type ProgressCallback = Progress -> IO ()

    hspec-core Test.Hspec.Core.Extension.Item

    Callback used by composite test items that contain many tests to report their progress towards finishing them all. This is used, for example, to report how many QuickCheck examples are finished.

  8. type Path = ([String], String)

    hspec-core Test.Hspec.Core.Format

    A Path describes the location of a spec item within a spec tree. It consists of a list of group descriptions and a requirement description.

  9. Pending :: Maybe Location -> Maybe String -> Result

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  10. Progress :: Path -> Progress -> Event

    hspec-core Test.Hspec.Core.Format

    No documentation available.

Page 191 of many | Previous | Next