bulwahn [Tue, 06 Dec 2011 15:23:16 +0100] rev 45773
increasing quickcheck's timeout in the example theory to avoid failures on the testing infrastructure
hoelzl [Tue, 06 Dec 2011 14:29:37 +0100] rev 45772
tuned proofs
nipkow [Tue, 06 Dec 2011 14:18:24 +0100] rev 45771
added lemmas
nipkow [Mon, 05 Dec 2011 22:29:43 +0100] rev 45770
tuned proof
hoelzl [Mon, 05 Dec 2011 17:33:57 +0100] rev 45769
real is better supported than real_of_nat, use it in the nat => ereal coercion
kuncar [Mon, 05 Dec 2011 14:47:01 +0100] rev 45768
merged
kuncar [Mon, 05 Dec 2011 14:44:46 +0100] rev 45767
the note about morphisms moved in the description part
bulwahn [Mon, 05 Dec 2011 12:36:28 +0100] rev 45766
updating documentation about quiet and verbose options in quickcheck
bulwahn [Mon, 05 Dec 2011 12:36:22 +0100] rev 45765
making the default behaviour of quickcheck a little bit less verbose;
adapting quickcheck examples
bulwahn [Mon, 05 Dec 2011 12:36:21 +0100] rev 45764
adding verbose configuration to quickcheck
bulwahn [Mon, 05 Dec 2011 12:36:20 +0100] rev 45763
random reporting compilation returns if counterexample is genuine or potentially spurious, and takes genuine_only option as argument
bulwahn [Mon, 05 Dec 2011 12:36:19 +0100] rev 45762
the reporting random testing also returns if the counterexample is genuine or potentially spurious
bulwahn [Mon, 05 Dec 2011 12:36:06 +0100] rev 45761
exhaustive returns if a counterexample is genuine or potentially spurious in the presence of assumptions more correctly
bulwahn [Mon, 05 Dec 2011 12:36:05 +0100] rev 45760
inverted flag potential to genuine_only in the quickcheck narrowing Haskell code