[project @ 2002-05-09 13:15:07 by simonmar]
[haskell-directory.git] / Debug / QuickCheck.hs
index 7bf87f2..99af89b 100644 (file)
@@ -67,6 +67,8 @@ module Debug.QuickCheck
   )
  where
 
+import Prelude
+
 import System.Random
 import Data.List( group, sort, intersperse )
 import Control.Monad( liftM2, liftM3, liftM4 )