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

Hoogle Search

Within LTS Haskell 24.0 (ghc-9.10.2)

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

  1. QuickCheckMaxRatio :: Int -> QuickCheckMaxRatio

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  2. newtype QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    Number of shrinks allowed before QuickCheck will fail a test.

  3. QuickCheckMaxShrinks :: Int -> QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  4. newtype QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    Size of the biggest test cases

  5. QuickCheckMaxSize :: Int -> QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  6. data QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Replay seed

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

    tasty-quickcheck Test.Tasty.QuickCheck

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

  8. QuickCheckReplayLegacy :: Int -> QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Legacy integer seed

  9. QuickCheckReplayNone :: QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No seed

  10. newtype QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    If a test case fails unexpectedly, show the replay token

Page 2 of many | Previous | Next

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