[project @ 2002-05-10 16:18:28 by simonmar]
[ghc-base.git] / Debug / QuickCheck.hs
index bab6d2f..cf476f7 100644 (file)
@@ -2,14 +2,12 @@
 -- |
 -- Module      :  Debug.QuickCheck
 -- Copyright   :  (c) Koen Claessen, John Hughes 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: QuickCheck.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $
---
 -- QuickCheck v.0.2
 -- DRAFT implementation; last update 000104.
 -- Koen Claessen, John Hughes.
@@ -69,6 +67,8 @@ module Debug.QuickCheck
   )
  where
 
+import Prelude
+
 import System.Random
 import Data.List( group, sort, intersperse )
 import Control.Monad( liftM2, liftM3, liftM4 )