[Haskell-beginners] Loading QuickCheck in GHCi.
Dave Bayer
bayer at cpw.math.columbia.edu
Tue Feb 16 08:25:40 EST 2010
Try
:m Test.QuickCheck
The GHC manual explains the difference between :l and :m.
:l Data.Char gives me the same error, but :m Data.Char works. Same with other system packages. In general, when I have a problem I like to make it as big as I can, to see the shape of what's going wrong. Is Test.QuickCheck broken? Or am I using the wrong command in ghci?
On Feb 15, 2010, at 6:26 AM, Kwanghoon Choi wrote:
> Prelude> :l Test.QuickCheck
More information about the Beginners
mailing list