[Haskell-cafe] QuickCheck: Why are these instances of Testable?

Paul Brenman paul.brenman at gmail.com
Mon Mar 11 11:09:34 CET 2013


Why does QuickCheck (2.6) list the following as instances of class Testable?

Testable Result
Testable Prop
Testable prop => Testable (Gen prop)

The Hughes/Claessen paper "QuickCheck: A Lightweight Tool for Random
Testing of Haskell Programs" mentions nesting property combinators on page
6, but I didn't understand this reference.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130311/a16db0d0/attachment.htm>


More information about the Haskell-Cafe mailing list