Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. package quickcheck-special

    Edge cases and special values for QuickCheck Arbitrary instances The standard Arbitrary instances of QuickCheck don't generate special values. This is fixed by this package which provides the newtype Special with an Arbitrary instance. The special values are given by the SpecialValues typeclass.

  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 6 of many | Previous | Next