Instant is
off
|
Search plugin
|
Manual
|
haskell.org
Ord a =>
[a]
->
[a]
+quickcheck
Packages
QuickCheck
shrinkNothing
::
a
->
[a]
QuickCheck
Test.QuickCheck.Arbitrary
,
QuickCheck
Test.QuickCheck
Returns no shrinking alternatives.
bold
::
String
->
String
QuickCheck
Test.QuickCheck.Text
shrinkList
:: (a -> [a]) ->
[a]
->
[[a]]
QuickCheck
Test.QuickCheck.Arbitrary
number
:: Int ->
String
->
String
QuickCheck
Test.QuickCheck.Text
short
:: Int ->
String
->
String
QuickCheck
Test.QuickCheck.Text
shrinkRealFrac
:: RealFrac a =>
a
->
[a]
QuickCheck
Test.QuickCheck.Arbitrary
,
QuickCheck
Test.QuickCheck
Shrink a fraction.
shrinkIntegral
:: Integral a =>
a
->
[a]
QuickCheck
Test.QuickCheck.Arbitrary
,
QuickCheck
Test.QuickCheck
Shrink an integral number.
shrink
:: Arbitrary a =>
a
->
[a]
QuickCheck
Test.QuickCheck.Arbitrary
,
QuickCheck
Test.QuickCheck
showErr
:: Show a =>
a
->
String
QuickCheck
Test.QuickCheck.Text
vectorOf
::
Int
-> Gen a ->
Gen [a]
QuickCheck
Test.QuickCheck.Gen
,
QuickCheck
Test.QuickCheck
Generates a list of the given length.
apply
:: Fun a b -> (
a
->
b
)
QuickCheck
Test.QuickCheck.Function
vector
:: Arbitrary a =>
Int
->
Gen [a]
QuickCheck
Test.QuickCheck.Arbitrary
,
QuickCheck
Test.QuickCheck
Generates a list of a given length.
shrinkInit
:: ShrinkState s a =>
a
->
s
QuickCheck
Test.QuickCheck.Modifiers
,
QuickCheck
Test.QuickCheck
computeSize
:: State -> Int ->
Int
->
Int
QuickCheck
Test.QuickCheck.State
how to compute the size of test cases from discarded tests
unGen
:: Gen a -> StdGen ->
Int
->
a
QuickCheck
Test.QuickCheck.Gen
ranges
:: (Show a, Integral a) => a ->
a
->
Str
QuickCheck
Test.QuickCheck.Text
,
QuickCheck
Test.QuickCheck
©
Neil Mitchell
2004-2012, version 4.2.11