X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FPoly.hs;h=4799d30e04fcf550f4d6281d0dfc07c9e01734d8;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=495db617ba1359a2f070f3efc3f1daa06d93bde8;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Debug/QuickCheck/Poly.hs b/Debug/QuickCheck/Poly.hs index 495db61..4799d30 100644 --- a/Debug/QuickCheck/Poly.hs +++ b/Debug/QuickCheck/Poly.hs @@ -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.