[QuickCheck] How to evaluate a Property?

Bryan O'Sullivan bos at serpentine.com
Tue Jun 17 18:24:46 BST 2014


On Tue, Jun 17, 2014 at 10:20 AM, Nick Smallbone <nicsma at chalmers.se> wrote:

> If your properties are just functions which return Property instead of
> Bool, then you can just use quickCheck to evaluate them on a
> particular input.
>

Cool, that'll work nicely, thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/quickcheck/attachments/20140617/a77830b4/attachment.htm>


More information about the QuickCheck mailing list