[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Poly.hs
index 495db61..4799d30 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Debug.QuickCheck.Poly
 -- Copyright   :  (c) Andy Gill 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Control.Exception, Control.Concurrent)
 --
--- $Id: Poly.hs,v 1.1 2002/02/11 12:28:04 simonmar Exp $
+-- $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.