diff options
author | simonmar <unknown> | 2001-12-21 15:07:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-12-21 15:07:26 +0000 |
commit | ceb68b9118fa883e88abfaa532fc78f6640cf17f (patch) | |
tree | b90b04a394fee4abd0cb09205120bee964684d7b /libraries/base/Debug/QuickCheck/Utils.hs | |
parent | b83cfb91b4d36d148ebe171d31e2676c8f10f371 (diff) | |
download | haskell-ceb68b9118fa883e88abfaa532fc78f6640cf17f.tar.gz |
[project @ 2001-12-21 15:07:20 by simonmar]
Merge up to the ghc/lib/std on the HEAD (tagged as
new-libraries-last-merged).
Diffstat (limited to 'libraries/base/Debug/QuickCheck/Utils.hs')
-rw-r--r-- | libraries/base/Debug/QuickCheck/Utils.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/Debug/QuickCheck/Utils.hs b/libraries/base/Debug/QuickCheck/Utils.hs index f6ad91f0bf..a8c2df5c65 100644 --- a/libraries/base/Debug/QuickCheck/Utils.hs +++ b/libraries/base/Debug/QuickCheck/Utils.hs @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------- -- --- Module : Debug.QuickCheck.Poly +-- Module : Debug.QuickCheck.Utils -- Copyright : (c) Andy Gill 2001 -- License : BSD-style (see the file libraries/core/LICENSE) -- @@ -8,13 +8,13 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Utils.hs,v 1.1 2001/08/17 12:48:38 simonmar Exp $ +-- $Id: Utils.hs,v 1.2 2001/12/21 15:07:22 simonmar Exp $ -- -- These are some general purpose utilities for use with QuickCheck. -- ----------------------------------------------------------------------------- -module Debug.QuickCheckUtils +module Debug.QuickCheck.Utils ( isAssociativeBy , isAssociative , isCommutableBy |