• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. newtype QuickCheckMaxRatio

    tasty-quickcheck Test.Tasty.QuickCheck

    Maximum number of of discarded tests per successful test before giving up.

  2. QuickCheckMaxRatio :: Int -> QuickCheckMaxRatio

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  3. newtype QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    Number of shrinks allowed before QuickCheck will fail a test.

  4. QuickCheckMaxShrinks :: Int -> QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  5. newtype QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    Size of the biggest test cases

  6. QuickCheckMaxSize :: Int -> QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  7. data QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Replay seed

  8. QuickCheckReplay :: (QCGen, Int) -> QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    (qcgen, intSize) holds both the seed and the size to run QuickCheck tests

  9. QuickCheckReplayLegacy :: Int -> QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Legacy integer seed

  10. QuickCheckReplayNone :: QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No seed

Page 6 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete