[project @ 2003-03-08 19:02:39 by panne]
[ghc-base.git] / Debug / QuickCheck / Poly.hs
index 4799d30..107136a 100644 (file)
@@ -2,14 +2,12 @@
 -- |
 -- Module      :  Debug.QuickCheck.Poly
 -- Copyright   :  (c) Andy Gill 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 :  non-portable (uses Control.Exception, Control.Concurrent)
 --
--- $Id: Poly.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $
---
 -- This is an attempt to emulate polymorphic types for the 
 -- purposes of testing by using abstract monomorphic types.
 -- 
@@ -28,6 +26,8 @@ module Debug.QuickCheck.Poly
   , OrdGAMMA
   ) where
 
+import Prelude
+
 import Debug.QuickCheck
 import Debug.QuickCheck.Utils