X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FPoly.hs;h=82bda15c897f36c93a45586e2318d0dcdb2abe18;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=4799d30e04fcf550f4d6281d0dfc07c9e01734d8;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=haskell-directory.git diff --git a/Debug/QuickCheck/Poly.hs b/Debug/QuickCheck/Poly.hs index 4799d30..82bda15 100644 --- a/Debug/QuickCheck/Poly.hs +++ b/Debug/QuickCheck/Poly.hs @@ -8,8 +8,6 @@ -- 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. --