QuickCheck-1.2.0.0: Automatic testing of Haskell programs
Source code
Contents
Index
Test.QuickCheck.Utils
Portability
portable
Stability
experimental
Maintainer
libraries@haskell.org
Description
These are some general purpose utilities for use with QuickCheck.
Documentation
isAssociativeBy
:: (
Show
a,
Testable
prop) => (a -> a -> prop) ->
Gen
a -> (a -> a -> a) ->
Property
Source
isAssociative
:: (
Arbitrary
a,
Show
a,
Eq
a) => (a -> a -> a) ->
Property
Source
isCommutableBy
:: (
Show
a,
Testable
prop) => (b -> b -> prop) ->
Gen
a -> (a -> a -> b) ->
Property
Source
isCommutable
:: (
Arbitrary
a,
Show
a,
Eq
b) => (a -> a -> b) ->
Property
Source
isTotalOrder
:: (
Arbitrary
a,
Show
a,
Ord
a) => a -> a ->
Property
Source
Produced by
Haddock
version 2.4.2