[Haskell-cafe] [libraries-owner@haskell.org: darcs patch: fix typo in docs.]

David Roundy droundy at darcs.net
Thu Oct 11 18:34:14 EDT 2007


It seems a little unfriendly to reject contributions from anyone who isn't
subscribed to the libraries mailing list... I suppose one solution is to
have maintainers for packages.  But in this case it should be deprecated
having the email of packages set to libraries at haskell.org.  (Yes, I know I
could register and then stop delivery of messages, but that's a bit much to
ask random contributors to do.)

David

----- Forwarded message from libraries-owner at haskell.org -----

Envelope-to: droundy at darcs.net
Delivery-date: Thu, 11 Oct 2007 14:28:43 -0700
Subject: darcs patch: fix typo in docs.
From: libraries-owner at haskell.org
To: droundy at darcs.net

You are not allowed to post to this mailing list, and your message has
been automatically rejected.  If you think that your messages are
being rejected in error, contact the mailing list owner at
libraries-owner at haskell.org.


To: libraries at haskell.org
From: David Roundy <droundy at darcs.net>
Subject: darcs patch: fix typo in docs.
DarcsURL: http://darcs.haskell.org/QuickCheck

This fixes a typo in the docs of QuickCheck 2.

David

Thu Oct 11 17:26:19 EDT 2007  David Roundy <droundy at darcs.net>
  * fix typo in docs.


Content-Description: A darcs patch for your repository!

New patches:

[fix typo in docs.
David Roundy <droundy at darcs.net>**20071011212619] 
<
> {
hunk ./Test/QuickCheck/Arbitrary.hs 92
   arbitrary :: Gen a
   arbitrary = error "no default generator"
   
-  -- | Produces a (possibly) empty list of all the possible
+  -- | Produces a (possibly empty) list of all the possible
   -- immediate shrinks of the given value.
   shrink :: a -> [a]
   shrink _ = []
}

Context:

[Haddock tweak.
bringert at cs.chalmers.se**20061126234053] 
[Added a version of sampling that returns the test cases
dpt at math.columbia.edu**20061126220704] 
[Added LICENSE file.
bringert at cs.chalmers.se**20061126232241] 
[Fixed silly missed use of Positive constructor. Reported by Audrey Tang.
bringert at cs.chalmers.se**20061124212824] 
[Added README.
bringert at cs.chalmers.se**20061123144917] 
[Some haddock mark-up fixes to support haddock 0.7.
bringert at cs.chalmers.se**20061123144831] 
[Removed BUGS.
bringert at cs.chalmers.se**20061123144204] 
[Changed distribution of NonNegative to 1:5 for 0:everything else (was 9:1).
bringert at cs.chalmers.se**20061120210126] 
[Added NonZero and reimplemented Positive in terms of NonZero and NonNegative.
bringert at cs.chalmers.se**20061120205417] 
[Added BUGS file.
bringert at cs.chalmers.se**20061120205405] 
[Added Integral and Real instances for Positive and NonNegative.
bringert at cs.chalmers.se**20061120204544] 
[Some haddock tweaks.
bringert at cs.chalmers.se**20061120112922] 
[More haddock comments.
bringert at cs.chalmers.se**20061120112532] 
[More haddock and export list fixes.
bringert at cs.chalmers.se**20061117201830] 
[Added lots of Haddock comments and cleaned up export lists.
bringert at cs.chalmers.se**20061117200346] 
[Commented out generics import that Haddock choked on.
bringert at cs.chalmers.se**20061117152818] 
[Removed shrinkSub workarounds for old GHC bugs.
bringert at cs.chalmers.se**20061117152630] 
[Get rid of the last uses of modules from the haskell98 package, replace with base modules.
bringert at cs.chalmers.se**20061117152400] 
[Added Cabal build system.
bringert at cs.chalmers.se**20061117152230] 
[Removed Koen's CVS update script.
bringert at cs.chalmers.se**20061117151819] 
[Renamed modules to Test.QuickCheck.*.
bringert at cs.chalmers.se**20061117151417] 
[More fixes to get examples to compile.
bringert at cs.chalmers.se**20061114164526] 
[Fixed some imports in examples.
bringert at cs.chalmers.se**20061114163012] 
[Fixed Chalmers/QuickCheck/Monadic.hs to compile with GHC 6.6.
bringert at cs.chalmers.se**20061114162953] 
[Moved examples to a top-level directory.
bringert at cs.chalmers.se**20061114160643] 
[Fixed ExSet2 and ExLambda to compile with GHC 6.6.
bringert at cs.chalmers.se**20061114160531] 
[Comment out generics stuff to compile with GHC 6.6.
bringert at cs.chalmers.se**20061114160414] 
[Renamed QuickCheck to Chalmers to get module names right.
bringert at cs.chalmers.se**20061114160326] 
[Tailorization of QuickCheck
tailor at momo.medic.chalmers.se**20061114165514
 Import of the upstream sources from the repository
 
  /users/cs/koen/CvsRoot
 
 as of revision 2006-05-03 18:37:52 by koen
 
] 
Patch bundle hash:
a1cf7ea46740918443b7069e6caff5a51cff90aa



----- End forwarded message -----

-- 
David Roundy
Department of Physics
Oregon State University


More information about the Haskell-Cafe mailing list