[Haskell-cafe] Newbie has trouble using QuickCheck

Roel van Dijk vandijk.roel at gmail.com
Fri Oct 23 07:29:06 EDT 2009


> What's wrong?

The package is called "QuickCheck". The package consists of a number
of modules. The main module is called "Test.QuickCheck".

So

import Test.QuickCheck

should bring all relevant symbols in scope.


More information about the Haskell-Cafe mailing list