
23 Sep
2008
23 Sep
'08
2:25 p.m.
On Mon, Sep 22, 2008 at 9:35 PM, Anatoly Yakovenko
If i have functions in the IO monad, is there a way to use quickcheck to test them?
Maybe you can use Test.QuickCheck.Monadic in QuickCheck 2.1. I never used it so I can't explain how it works. However there are some examples that seem to use it. See: http://code.haskell.org/QuickCheck Bas