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. QuickCheckShowReplay :: Bool -> QuickCheckShowReplay

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  2. newtype QuickCheckTests

    tasty-quickcheck Test.Tasty.QuickCheck

    Number of test cases for QuickCheck to generate

  3. QuickCheckTests :: Int -> QuickCheckTests

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  4. newtype QuickCheckTimeout

    tasty-quickcheck Test.Tasty.QuickCheck

    Timeout for individual tests within a property.

  5. QuickCheckTimeout :: Timeout -> QuickCheckTimeout

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  6. newtype QuickCheckVerbose

    tasty-quickcheck Test.Tasty.QuickCheck

    Show the test cases that QuickCheck generates

  7. QuickCheckVerbose :: Bool -> QuickCheckVerbose

    tasty-quickcheck Test.Tasty.QuickCheck

    No documentation available.

  8. module Test.Framework.Providers.QuickCheck2

    Allows QuickCheck2 properties to be used with the test-framework package. For an example of how to use test-framework, please see https://github.com/haskell/test-framework/raw/master/example/Test/Framework/Example.lhs.

  9. module Test.Framework.QuickCheckWrapper

    This module integrates the QuickCheck library into HTF. It re-exports all functionality of QuickCheck and defines some additional functions.

  10. QuickCheckTest :: TestSort

    HTF Test.Framework.TestTypes

    No documentation available.

Page 3 of many | Previous | Next