X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck%2FUtils.hs;h=b35382933ac1e3884e0be97f50bb086e7a708d0a;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=a8c2df5c6554db258f00e88002cd6e84d939a7b1;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Debug/QuickCheck/Utils.hs b/Debug/QuickCheck/Utils.hs index a8c2df5..b353829 100644 --- a/Debug/QuickCheck/Utils.hs +++ b/Debug/QuickCheck/Utils.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Debug.QuickCheck.Utils -- Copyright : (c) Andy Gill 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Utils.hs,v 1.2 2001/12/21 15:07:22 simonmar Exp $ +-- $Id: Utils.hs,v 1.3 2002/04/24 16:31:43 simonmar Exp $ -- -- These are some general purpose utilities for use with QuickCheck. --