Hoogle Search

Within LTS Haskell 23.24 (ghc-9.8.4)

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

  1. quickCheck :: Testable prop => prop -> IO ()

    massiv-test Test.Massiv.Utils

    Tests a property and prints the results to stdout. By default up to 100 tests are performed, which may not be enough to find all bugs. To run more tests, use withMaxSuccess. If you want to get the counterexample as a Haskell value, rather than just printing it, try the quickcheck-with-counterexamples package.

  2. newtype QuickCheckMaxRatio

    tasty-quickcheck Test.Tasty.QuickCheck

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

  3. QuickCheckMaxRatio :: Int -> QuickCheckMaxRatio

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  4. newtype QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    Number of shrinks allowed before QuickCheck will fail a test.

  5. QuickCheckMaxShrinks :: Int -> QuickCheckMaxShrinks

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  6. newtype QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    Size of the biggest test cases

  7. QuickCheckMaxSize :: Int -> QuickCheckMaxSize

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  8. data QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Replay seed

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

    tasty-quickcheck Test.Tasty.QuickCheck

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

  10. QuickCheckReplayLegacy :: Int -> QuickCheckReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    Legacy integer seed

Page 2 of many | Previous | Next