checkers-0.2: Check properties on standard classes and data structures.Source codeContentsIndex
Test.QuickCheck.Utils
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Description

These are some general purpose utilities for use with QuickCheck.

Copied from QuickCheck 1.2.0.0. Doesn't appear in 2.x

Documentation
isAssociativeBy :: (Show a, Testable prop) => (a -> a -> prop) -> Gen a -> (a -> a -> a) -> PropertySource
isAssociative :: (Arbitrary a, Show a, Eq a) => (a -> a -> a) -> PropertySource
isCommutableBy :: (Show a, Testable prop) => (b -> b -> prop) -> Gen a -> (a -> a -> b) -> PropertySource
isCommutable :: (Arbitrary a, Show a, Eq b) => (a -> a -> b) -> PropertySource
isTotalOrder :: (Arbitrary a, Show a, Ord a) => a -> a -> PropertySource
Produced by Haddock version 2.4.2