Wed, 07 Dec 2011 16:03:05 +0100 updated Metis to 20110926 version
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45778
updated Metis to 20110926 version
Wed, 07 Dec 2011 15:10:29 +0100 remove unnecessary sublocale instantiations in HOL-Probability (for clarity and speedup); remove Infinite_Product_Measure.product_prob_space which was a duplicate of Probability_Measure.product_prob_space
hoelzl [Wed, 07 Dec 2011 15:10:29 +0100] rev 45777
remove unnecessary sublocale instantiations in HOL-Probability (for clarity and speedup); remove Infinite_Product_Measure.product_prob_space which was a duplicate of Probability_Measure.product_prob_space
Mon, 05 Dec 2011 15:10:15 +0100 remove mem_(c)ball_0 and centre_in_(c)ball from simpset, as rules mem_(c)ball always match instead
huffman [Mon, 05 Dec 2011 15:10:15 +0100] rev 45776
remove mem_(c)ball_0 and centre_in_(c)ball from simpset, as rules mem_(c)ball always match instead
Wed, 07 Dec 2011 10:50:30 +0100 add cancellation simprocs for type enat
huffman [Wed, 07 Dec 2011 10:50:30 +0100] rev 45775
add cancellation simprocs for type enat
Wed, 07 Dec 2011 11:24:45 +0100 tuned
nipkow [Wed, 07 Dec 2011 11:24:45 +0100] rev 45774
tuned
Tue, 06 Dec 2011 15:23:16 +0100 increasing quickcheck's timeout in the example theory to avoid failures on the testing infrastructure
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
Tue, 06 Dec 2011 14:29:37 +0100 tuned proofs
hoelzl [Tue, 06 Dec 2011 14:29:37 +0100] rev 45772
tuned proofs
Tue, 06 Dec 2011 14:18:24 +0100 added lemmas
nipkow [Tue, 06 Dec 2011 14:18:24 +0100] rev 45771
added lemmas
Mon, 05 Dec 2011 22:29:43 +0100 tuned proof
nipkow [Mon, 05 Dec 2011 22:29:43 +0100] rev 45770
tuned proof
Mon, 05 Dec 2011 17:33:57 +0100 real is better supported than real_of_nat, use it in the nat => ereal coercion
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
Mon, 05 Dec 2011 14:47:01 +0100 merged
kuncar [Mon, 05 Dec 2011 14:47:01 +0100] rev 45768
merged
Mon, 05 Dec 2011 14:44:46 +0100 the note about morphisms moved in the description part
kuncar [Mon, 05 Dec 2011 14:44:46 +0100] rev 45767
the note about morphisms moved in the description part
Mon, 05 Dec 2011 12:36:28 +0100 updating documentation about quiet and verbose options in quickcheck
bulwahn [Mon, 05 Dec 2011 12:36:28 +0100] rev 45766
updating documentation about quiet and verbose options in quickcheck
Mon, 05 Dec 2011 12:36:22 +0100 making the default behaviour of quickcheck a little bit less verbose;
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
Mon, 05 Dec 2011 12:36:21 +0100 adding verbose configuration to quickcheck
bulwahn [Mon, 05 Dec 2011 12:36:21 +0100] rev 45764
adding verbose configuration to quickcheck
Mon, 05 Dec 2011 12:36:20 +0100 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:20 +0100] rev 45763
random reporting compilation returns if counterexample is genuine or potentially spurious, and takes genuine_only option as argument
Mon, 05 Dec 2011 12:36:19 +0100 the reporting random testing also returns if the counterexample is genuine or potentially spurious
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
Mon, 05 Dec 2011 12:36:06 +0100 exhaustive returns if a counterexample is genuine or potentially spurious in the presence of assumptions more correctly
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
Mon, 05 Dec 2011 12:36:05 +0100 inverted flag potential to genuine_only in the quickcheck narrowing Haskell code
bulwahn [Mon, 05 Dec 2011 12:36:05 +0100] rev 45760
inverted flag potential to genuine_only in the quickcheck narrowing Haskell code
Mon, 05 Dec 2011 12:36:03 +0100 NEWS
bulwahn [Mon, 05 Dec 2011 12:36:03 +0100] rev 45759
NEWS
Mon, 05 Dec 2011 12:36:02 +0100 documenting the genuine_only option in quickcheck;
bulwahn [Mon, 05 Dec 2011 12:36:02 +0100] rev 45758
documenting the genuine_only option in quickcheck;
Mon, 05 Dec 2011 12:36:00 +0100 renaming potential flag to genuine_only flag with an inverse semantics
bulwahn [Mon, 05 Dec 2011 12:36:00 +0100] rev 45757
renaming potential flag to genuine_only flag with an inverse semantics
Mon, 05 Dec 2011 12:35:58 +0100 quickcheck narrowing continues searching after found a potentially spurious counterexample
bulwahn [Mon, 05 Dec 2011 12:35:58 +0100] rev 45756
quickcheck narrowing continues searching after found a potentially spurious counterexample
Mon, 05 Dec 2011 12:35:06 +0100 outputing the potentially spurious counterexample and continue search
bulwahn [Mon, 05 Dec 2011 12:35:06 +0100] rev 45755
outputing the potentially spurious counterexample and continue search
Mon, 05 Dec 2011 12:35:05 +0100 dynamic genuine_flag in compilation of random and exhaustive
bulwahn [Mon, 05 Dec 2011 12:35:05 +0100] rev 45754
dynamic genuine_flag in compilation of random and exhaustive
Mon, 05 Dec 2011 12:35:04 +0100 indicating where the restart should occur; making safe_if dynamic
bulwahn [Mon, 05 Dec 2011 12:35:04 +0100] rev 45753
indicating where the restart should occur; making safe_if dynamic
Mon, 05 Dec 2011 07:31:11 +0100 merged
nipkow [Mon, 05 Dec 2011 07:31:11 +0100] rev 45752
merged
Mon, 05 Dec 2011 07:31:00 +0100 enforce parantheses around SKIP {_}
nipkow [Mon, 05 Dec 2011 07:31:00 +0100] rev 45751
enforce parantheses around SKIP {_}
Sun, 04 Dec 2011 20:05:08 +0100 adding genuine flag to predicate_compile_quickcheck and prolog_quickcheck (cf. 5e46c225370e);
bulwahn [Sun, 04 Dec 2011 20:05:08 +0100] rev 45750
adding genuine flag to predicate_compile_quickcheck and prolog_quickcheck (cf. 5e46c225370e); adjusting smart quickcheck compilation to new signature of exhaustive generators (cf. 1f5fc44254d7);
Sun, 04 Dec 2011 18:30:57 +0100 merged
huffman [Sun, 04 Dec 2011 18:30:57 +0100] rev 45749
merged
Sun, 04 Dec 2011 13:10:19 +0100 remove Library/Diagonalize.thy, because Library/Nat_Bijection.thy includes all the same functionality
huffman [Sun, 04 Dec 2011 13:10:19 +0100] rev 45748
remove Library/Diagonalize.thy, because Library/Nat_Bijection.thy includes all the same functionality
Sun, 04 Dec 2011 18:29:29 +0100 missing dependency
nipkow [Sun, 04 Dec 2011 18:29:29 +0100] rev 45747
missing dependency
Sun, 04 Dec 2011 18:29:16 +0100 improved var names
nipkow [Sun, 04 Dec 2011 18:29:16 +0100] rev 45746
improved var names
Sat, 03 Dec 2011 21:25:34 +0100 invariant holds before loop
nipkow [Sat, 03 Dec 2011 21:25:34 +0100] rev 45745
invariant holds before loop
Sat, 03 Dec 2011 13:11:50 +0100 caret_range based on BreakIterator, which handles combined unicode characters as well;
wenzelm [Sat, 03 Dec 2011 13:11:50 +0100] rev 45744
caret_range based on BreakIterator, which handles combined unicode characters as well;
Fri, 02 Dec 2011 16:37:35 +0100 misc tuning;
wenzelm [Fri, 02 Dec 2011 16:37:35 +0100] rev 45743
misc tuning;
Fri, 02 Dec 2011 16:24:48 +0100 some localization;
wenzelm [Fri, 02 Dec 2011 16:24:48 +0100] rev 45742
some localization;
Fri, 02 Dec 2011 15:23:27 +0100 eliminated some legacy operations;
wenzelm [Fri, 02 Dec 2011 15:23:27 +0100] rev 45741
eliminated some legacy operations;
Fri, 02 Dec 2011 14:54:25 +0100 more antiquotations;
wenzelm [Fri, 02 Dec 2011 14:54:25 +0100] rev 45740
more antiquotations;
Fri, 02 Dec 2011 14:37:25 +0100 tuned whitespace;
wenzelm [Fri, 02 Dec 2011 14:37:25 +0100] rev 45739
tuned whitespace;
Fri, 02 Dec 2011 14:26:43 +0100 eliminated some legacy operations;
wenzelm [Fri, 02 Dec 2011 14:26:43 +0100] rev 45738
eliminated some legacy operations;
Fri, 02 Dec 2011 13:59:25 +0100 removed dead code, which has never been active in recorded history;
wenzelm [Fri, 02 Dec 2011 13:59:25 +0100] rev 45737
removed dead code, which has never been active in recorded history;
Fri, 02 Dec 2011 13:51:36 +0100 do not open ML structures;
wenzelm [Fri, 02 Dec 2011 13:51:36 +0100] rev 45736
do not open ML structures;
Fri, 02 Dec 2011 13:38:24 +0100 tuned signature;
wenzelm [Fri, 02 Dec 2011 13:38:24 +0100] rev 45735
tuned signature;
Fri, 02 Dec 2011 10:31:47 +0100 hide quickcheck constants Abs_cfun and Rep_cfun, to avoid clash with HOLCF
huffman [Fri, 02 Dec 2011 10:31:47 +0100] rev 45734
hide quickcheck constants Abs_cfun and Rep_cfun, to avoid clash with HOLCF
Thu, 01 Dec 2011 22:16:26 +0100 hiding internal constants and facts more properly
bulwahn [Thu, 01 Dec 2011 22:16:26 +0100] rev 45733
hiding internal constants and facts more properly
Thu, 01 Dec 2011 22:16:23 +0100 removing catch_match' now that catch_match is polymorphic
bulwahn [Thu, 01 Dec 2011 22:16:23 +0100] rev 45732
removing catch_match' now that catch_match is polymorphic
Thu, 01 Dec 2011 22:14:35 +0100 adapting exhaustive generators in record package
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45731
adapting exhaustive generators in record package
Thu, 01 Dec 2011 22:14:35 +0100 outputing if counterexample is potentially spurious or not
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45730
outputing if counterexample is potentially spurious or not
Thu, 01 Dec 2011 22:14:35 +0100 making catch_match polymorphic
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45729
making catch_match polymorphic
Thu, 01 Dec 2011 22:14:35 +0100 compilations return genuine flag to quickcheck framework
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45728
compilations return genuine flag to quickcheck framework
Thu, 01 Dec 2011 22:14:35 +0100 extending quickcheck's result by the genuine flag
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45727
extending quickcheck's result by the genuine flag
Thu, 01 Dec 2011 22:14:35 +0100 reporting random compilation also catches match exceptions internally
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45726
reporting random compilation also catches match exceptions internally
Thu, 01 Dec 2011 22:14:35 +0100 the narrowing also indicates if counterexample is potentially spurious
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45725
the narrowing also indicates if counterexample is potentially spurious
Thu, 01 Dec 2011 22:14:35 +0100 the simple exhaustive compilation 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;
Thu, 01 Dec 2011 22:14:35 +0100 quickcheck-random compilation also indicates if the counterexample is potentially spurious or not
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45723
quickcheck-random compilation also indicates if the counterexample is potentially spurious or not
Thu, 01 Dec 2011 22:14:35 +0100 changing the exhaustive generator signatures;
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
Thu, 01 Dec 2011 22:14:35 +0100 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 45721
quickcheck's compilation returns if it is genuine counterexample or a counterexample due to a match exception
Thu, 01 Dec 2011 22:14:35 +0100 adding examples for quickcheck-random
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45720
adding examples for quickcheck-random
Thu, 01 Dec 2011 22:14:35 +0100 removing exception handling now that is caught at some other point;
bulwahn [Thu, 01 Dec 2011 22:14:35 +0100] rev 45719
removing exception handling now that is caught at some other point; tuned message
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip