[Haskell-cafe] Test.QuickCheck: generate

Michael Mossey mpm at alumni.caltech.edu
Wed Oct 7 20:29:12 EDT 2009


In Test.QuickCheck, the type of 'generate' is

generate :: Int -> StdGen -> Gen a -> a

I can't find docs that explain what the Int does. Some docs are here:

<http://www.haskell.org/ghc/docs/latest/html/libraries/QuickCheck/Test-QuickCheck.html>



More information about the Haskell-Cafe mailing list