summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-04-27 17:25:18 +0000
committerAlberto Ruiz <aruiz@um.es>2009-04-27 17:25:18 +0000
commit0c2c887de10702206ee645452a86674500314948 (patch)
tree935b72efca7b4e65bfa80ba18c2342516aca75d3 /README
parentc210311be639e8774dca25a332542d6b64ce3ca3 (diff)
more defined (|>) and (><) as suggested by Tracy Wadleigh
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 7b2c65a..50b492e 100644
--- a/README
+++ b/README
@@ -111,3 +111,7 @@ in the Haskell mailing lists for their help.
111- Daniel Schüssler added compatibility with QuickCheck 2 as well 111- Daniel Schüssler added compatibility with QuickCheck 2 as well
112 as QuickCheck 1 using the C preprocessor. He also added some 112 as QuickCheck 1 using the C preprocessor. He also added some
113 implementations for the new "shrink" method of class Arbitrary. 113 implementations for the new "shrink" method of class Arbitrary.
114
115- Tracy Wadleigh improved the definitions of (|>) and (><), which now
116 apply an appropriate 'take' to the given lists so that they may be
117 safely used on lists that are too long (or infinite).