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

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Variant of quickCheck using the alternative Testable'.

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

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Variant of quickCheckWith using the alternative Testable'.

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

    quickcheck-higherorder Test.QuickCheck.HigherOrder

    Execute a list of named properties.

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

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

    Variant of quickCheck using the alternative Testable'.

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

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

    Variant of quickCheckWith using the alternative Testable'.

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

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

    Execute a list of named properties.

  7. package quickcheck-monoid-subclasses

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

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

  9. package quickcheck-state-machine

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

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

Page 5 of many | Previous | Next