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. quickCheckWith' :: Testable' prop => Args -> prop -> IO ()

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Variant of quickCheckWith using the alternative Testable'.

  2. quickChecks :: [(String, Property)] -> IO Bool

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Execute a list of named properties.

  3. quickCheck' :: Testable' prop => prop -> IO ()

    quickcheck-higherorder Test.QuickCheck.HigherOrder.Internal.Testable

    Variant of quickCheck using the alternative Testable'.

  4. quickCheckWith' :: Testable' prop => Args -> prop -> IO ()

    quickcheck-higherorder Test.QuickCheck.HigherOrder.Internal.Testable

    Variant of quickCheckWith using the alternative Testable'.

  5. quickChecks :: [(String, Property)] -> IO Bool

    quickcheck-higherorder Test.QuickCheck.HigherOrder.Internal.Testable

    Execute a list of named properties.

  6. package quickcheck-monoid-subclasses

    Testing monoid subclass instances with QuickCheck QuickCheck support for testing instances of type classes defined in the monoid-subclasses library.

  7. package quickcheck-dynamic

    A library for stateful property-based testing Please see the README on GitHub at https://github.com/input-output-hk/quickcheck-dynamic#readme

  8. package quickcheck-state-machine

    Test monadic programs using state machine based models See README at https://github.com/stevana/quickcheck-state-machine#readme

  9. package quickcheck-transformer

    A GenT monad transformer for QuickCheck library. A fork of QuickCheck-GenT that works for older GHC versions and uses the Test module folder like QuickCheck.

  10. 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.

Page 5 of many | Previous | Next