
16 Feb
2010
16 Feb
'10
8:25 a.m.
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