Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

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

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  3. Progress :: Path -> Progress -> Event

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  4. type Progress = (Int, Int)

    hspec-core Test.Hspec.Core.Format

    (CurrentItem, TotalItems) tuple.

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

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

    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.

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

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

    No documentation available.

  7. type Progress = (Int, Int)

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

    (CurrentItem, TotalItems) tuple.

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

    hspec-core Test.Hspec.Core.Runner

    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. data Params

    hspec-core Test.Hspec.Core.Spec

    QuickCheck and SmallCheck related parameters.

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

    hspec-core Test.Hspec.Core.Spec

    No documentation available.

Page 192 of many | Previous | Next