QuickCheck-2.4.1.1: Automatic testing of Haskell programsSource codeContentsIndex
Test.QuickCheck.Poly
Description

Types to help with testing polymorphic properties.

Types A, B and C are newtype wrappers around Integer that implement Eq, Show, Arbitrary and CoArbitrary. Types OrdA, OrdB and OrdC also implement Ord and Num.

See also Test.QuickCheck.All for an experimental way of testing polymorphic properties.

Documentation
newtype A Source
Constructors
A
unA :: Integer
newtype B Source
Constructors
B
unB :: Integer
newtype C Source
Constructors
C
unC :: Integer
newtype OrdA Source
Constructors
OrdA
unOrdA :: Integer
newtype OrdB Source
Constructors
OrdB
unOrdB :: Integer
newtype OrdC Source
Constructors
OrdC
unOrdC :: Integer
Produced by Haddock version 2.6.0