[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Poly.hs
index 495db61..107136a 100644 (file)
@@ -1,15 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- 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.1 2002/02/11 12:28:04 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