[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Debug / QuickCheck.hs
index ccada06..7bf87f2 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Debug.QuickCheck
 -- Copyright   :  (c) Koen Claessen, John Hughes 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -8,8 +8,6 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: QuickCheck.hs,v 1.1 2001/08/17 12:48:38 simonmar Exp $
---
 -- QuickCheck v.0.2
 -- DRAFT implementation; last update 000104.
 -- Koen Claessen, John Hughes.