bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45727
extending quickcheck's result by the genuine flag
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45726
reporting random compilation also catches match exceptions internally
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45725
the narrowing also indicates if counterexample is potentially spurious
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45724
the simple exhaustive compilation also indicates if counterexample is potentially spurious;
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45723
quickcheck-random compilation also indicates if the counterexample is potentially spurious or not
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45722
changing the exhaustive generator signatures;
replacing the hard-wired result type by its own identifier
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45721
quickcheck's compilation returns if it is genuine counterexample or a counterexample due to a match exception
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45720
adding examples for quickcheck-random
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45719
removing exception handling now that is caught at some other point;
tuned message
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45718
quickcheck random can also find potential counterexamples;
moved catch_match definition;
split quickcheck setup;