diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). | ||