3 Dec 22:58
Re: QuickCheck properties for IntSet
David Benbennick <dbenbenn <at> gmail.com>
2007-12-03 21:58:04 GMT
2007-12-03 21:58:04 GMT
On 12/3/07, Henning Thielemann <lemming <at> henning-thielemann.de> wrote: > > And it doesn't even return IO Bool, so I can't use quickCheck to write > > my own function that calls System.Exit.exitFailure > > This problem was discussed recently: > http://www.haskell.org/pipermail/haskell-cafe/2007-November/034811.html Yes, quickCheck' from QuickCheck 2 (http://darcs.haskell.org/QuickCheck/Test/QuickCheck/Test.hs) would do the trick. Are there any plans to upgrade Test.QuickCheck to version 2 in GHC?
RSS Feed