kuncar [Fri, 09 Dec 2011 14:12:02 +0100] rev 45796
context/theory parametres tuned
kuncar [Fri, 09 Dec 2011 14:03:17 +0100] rev 45795
maps are taken from enriched type infrastracture, rewritten lifting of constants, now we can lift even contravariant and co/contravariant types
huffman [Fri, 09 Dec 2011 13:42:16 +0100] rev 45794
add induction rule for list_all2
bulwahn [Fri, 09 Dec 2011 12:21:03 +0100] rev 45793
deactivating quickcheck_narrowing if Efficient_Nat theory is loaded
bulwahn [Fri, 09 Dec 2011 12:21:01 +0100] rev 45792
tuned quickcheck's response
noschinl [Fri, 09 Dec 2011 11:31:13 +0100] rev 45791
more systematic lemma name
bulwahn [Thu, 08 Dec 2011 13:53:28 +0100] rev 45790
adding examples for quickcheck narrowing about partial functions
bulwahn [Thu, 08 Dec 2011 13:53:27 +0100] rev 45789
removing special code generator setup for hd and last function because this causes problems with quickcheck narrowing as the Haskell Prelude functions throw errors that cannot be caught instead of PatternFail exceptions
huffman [Thu, 08 Dec 2011 13:46:04 +0100] rev 45788
HOLCF/ex/Letrec.thy: keep class 'domain' as default sort
huffman [Thu, 08 Dec 2011 13:25:54 +0100] rev 45787
more error checking for fixrec
huffman [Thu, 08 Dec 2011 13:25:40 +0100] rev 45786
reinstate old functions cfst and csnd as abbreviations
nipkow [Thu, 08 Dec 2011 09:10:54 +0100] rev 45785
merged
nipkow [Thu, 08 Dec 2011 09:10:44 +0100] rev 45784
tuned
Christian Urban <urbanc@in.tum.de> [Wed, 07 Dec 2011 16:06:08 +0000] rev 45783
merged
Christian Urban <urbanc@in.tum.de> [Wed, 07 Dec 2011 14:00:02 +0000] rev 45782
added a specific tactic and method that deal with partial equivalence relations
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45781
use same order of facts for preplay as for actual reconstruction -- Metis sometimes exhibits very different timings depending on the order of the facts
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45780
avoid multiple TFF1 declarations
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45779
updated TFF1 support
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45778
updated Metis to 20110926 version
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
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
huffman [Wed, 07 Dec 2011 10:50:30 +0100] rev 45775
add cancellation simprocs for type enat
nipkow [Wed, 07 Dec 2011 11:24:45 +0100] rev 45774
tuned
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
bulwahn [Mon, 05 Dec 2011 12:36:03 +0100] rev 45759
NEWS
bulwahn [Mon, 05 Dec 2011 12:36:02 +0100] rev 45758
documenting the genuine_only option in quickcheck;
bulwahn [Mon, 05 Dec 2011 12:36:00 +0100] rev 45757
renaming potential flag to genuine_only flag with an inverse semantics
bulwahn [Mon, 05 Dec 2011 12:35:58 +0100] rev 45756
quickcheck narrowing continues searching after found a potentially spurious counterexample
bulwahn [Mon, 05 Dec 2011 12:35:06 +0100] rev 45755
outputing the potentially spurious counterexample and continue search
bulwahn [Mon, 05 Dec 2011 12:35:05 +0100] rev 45754
dynamic genuine_flag in compilation of random and exhaustive
bulwahn [Mon, 05 Dec 2011 12:35:04 +0100] rev 45753
indicating where the restart should occur; making safe_if dynamic
nipkow [Mon, 05 Dec 2011 07:31:11 +0100] rev 45752
merged
nipkow [Mon, 05 Dec 2011 07:31:00 +0100] rev 45751
enforce parantheses around SKIP {_}
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);
huffman [Sun, 04 Dec 2011 18:30:57 +0100] rev 45749
merged
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
nipkow [Sun, 04 Dec 2011 18:29:29 +0100] rev 45747
missing dependency
nipkow [Sun, 04 Dec 2011 18:29:16 +0100] rev 45746
improved var names
nipkow [Sat, 03 Dec 2011 21:25:34 +0100] rev 45745
invariant holds before loop
wenzelm [Sat, 03 Dec 2011 13:11:50 +0100] rev 45744
caret_range based on BreakIterator, which handles combined unicode characters as well;
wenzelm [Fri, 02 Dec 2011 16:37:35 +0100] rev 45743
misc tuning;
wenzelm [Fri, 02 Dec 2011 16:24:48 +0100] rev 45742
some localization;
wenzelm [Fri, 02 Dec 2011 15:23:27 +0100] rev 45741
eliminated some legacy operations;