Fri, 09 Dec 2011 14:16:42 +0100 merged
kuncar [Fri, 09 Dec 2011 14:16:42 +0100] rev 45798
merged
Fri, 09 Dec 2011 14:14:37 +0100 make ctxt the first parameter
kuncar [Fri, 09 Dec 2011 14:14:37 +0100] rev 45797
make ctxt the first parameter
Fri, 09 Dec 2011 14:12:02 +0100 context/theory parametres tuned
kuncar [Fri, 09 Dec 2011 14:12:02 +0100] rev 45796
context/theory parametres tuned
Fri, 09 Dec 2011 14:03:17 +0100 maps are taken from enriched type infrastracture, rewritten lifting of constants, now we can lift even contravariant and co/contravariant types
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
Fri, 09 Dec 2011 13:42:16 +0100 add induction rule for list_all2
huffman [Fri, 09 Dec 2011 13:42:16 +0100] rev 45794
add induction rule for list_all2
Fri, 09 Dec 2011 12:21:03 +0100 deactivating quickcheck_narrowing if Efficient_Nat theory is loaded
bulwahn [Fri, 09 Dec 2011 12:21:03 +0100] rev 45793
deactivating quickcheck_narrowing if Efficient_Nat theory is loaded
Fri, 09 Dec 2011 12:21:01 +0100 tuned quickcheck's response
bulwahn [Fri, 09 Dec 2011 12:21:01 +0100] rev 45792
tuned quickcheck's response
Fri, 09 Dec 2011 11:31:13 +0100 more systematic lemma name
noschinl [Fri, 09 Dec 2011 11:31:13 +0100] rev 45791
more systematic lemma name
Thu, 08 Dec 2011 13:53:28 +0100 adding examples for quickcheck narrowing about partial functions
bulwahn [Thu, 08 Dec 2011 13:53:28 +0100] rev 45790
adding examples for quickcheck narrowing about partial functions
Thu, 08 Dec 2011 13:53:27 +0100 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
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
Thu, 08 Dec 2011 13:46:04 +0100 HOLCF/ex/Letrec.thy: keep class 'domain' as default sort
huffman [Thu, 08 Dec 2011 13:46:04 +0100] rev 45788
HOLCF/ex/Letrec.thy: keep class 'domain' as default sort
Thu, 08 Dec 2011 13:25:54 +0100 more error checking for fixrec
huffman [Thu, 08 Dec 2011 13:25:54 +0100] rev 45787
more error checking for fixrec
Thu, 08 Dec 2011 13:25:40 +0100 reinstate old functions cfst and csnd as abbreviations
huffman [Thu, 08 Dec 2011 13:25:40 +0100] rev 45786
reinstate old functions cfst and csnd as abbreviations
Thu, 08 Dec 2011 09:10:54 +0100 merged
nipkow [Thu, 08 Dec 2011 09:10:54 +0100] rev 45785
merged
Thu, 08 Dec 2011 09:10:44 +0100 tuned
nipkow [Thu, 08 Dec 2011 09:10:44 +0100] rev 45784
tuned
Wed, 07 Dec 2011 16:06:08 +0000 merged
Christian Urban <urbanc@in.tum.de> [Wed, 07 Dec 2011 16:06:08 +0000] rev 45783
merged
Wed, 07 Dec 2011 14:00:02 +0000 added a specific tactic and method that deal with partial equivalence relations
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
Wed, 07 Dec 2011 16:03:05 +0100 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 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
Wed, 07 Dec 2011 16:03:05 +0100 avoid multiple TFF1 declarations
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45780
avoid multiple TFF1 declarations
Wed, 07 Dec 2011 16:03:05 +0100 updated TFF1 support
blanchet [Wed, 07 Dec 2011 16:03:05 +0100] rev 45779
updated TFF1 support
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip