Sat, 13 Mar 2010 19:06:18 -0800 use Simplifier.context to avoid 'no proof context in simpset' errors from fixrec_simp after theory merge
huffman [Sat, 13 Mar 2010 19:06:18 -0800] rev 35780
use Simplifier.context to avoid 'no proof context in simpset' errors from fixrec_simp after theory merge
Sat, 13 Mar 2010 18:16:48 -0800 fixpat command prints legacy_feature warning
huffman [Sat, 13 Mar 2010 18:16:48 -0800] rev 35779
fixpat command prints legacy_feature warning
Sat, 13 Mar 2010 17:36:53 -0800 merged
huffman [Sat, 13 Mar 2010 17:36:53 -0800] rev 35778
merged
Sat, 13 Mar 2010 17:05:34 -0800 pass binding as argument to add_domain_constructors; proper binding for case combinator
huffman [Sat, 13 Mar 2010 17:05:34 -0800] rev 35777
pass binding as argument to add_domain_constructors; proper binding for case combinator
Sat, 13 Mar 2010 16:48:57 -0800 pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
huffman [Sat, 13 Mar 2010 16:48:57 -0800] rev 35776
pass domain binding as argument to Domain_Theorems.theorems; proper qualified bindings for theorem names
Sat, 13 Mar 2010 15:51:12 -0800 pass take_info as argument to Domain_Theorems.theorems
huffman [Sat, 13 Mar 2010 15:51:12 -0800] rev 35775
pass take_info as argument to Domain_Theorems.theorems
Sat, 13 Mar 2010 15:18:25 -0800 replace some string arguments with bindings
huffman [Sat, 13 Mar 2010 15:18:25 -0800] rev 35774
replace some string arguments with bindings
Sat, 13 Mar 2010 14:30:38 -0800 more consistent use of qualified bindings
huffman [Sat, 13 Mar 2010 14:30:38 -0800] rev 35773
more consistent use of qualified bindings
Sat, 13 Mar 2010 14:26:26 -0800 avoid unnecessary primed variable names
huffman [Sat, 13 Mar 2010 14:26:26 -0800] rev 35772
avoid unnecessary primed variable names
Sat, 13 Mar 2010 12:24:50 -0800 remove redundant lemmas
huffman [Sat, 13 Mar 2010 12:24:50 -0800] rev 35771
remove redundant lemmas
Sat, 13 Mar 2010 10:38:38 -0800 fixes to allow using fixrec_simp inside a locale, with test in ex/Fixrec_ex.thy
huffman [Sat, 13 Mar 2010 10:38:38 -0800] rev 35770
fixes to allow using fixrec_simp inside a locale, with test in ex/Fixrec_ex.thy
Sat, 13 Mar 2010 10:00:45 -0800 fixrec now generates qualified theorem names
huffman [Sat, 13 Mar 2010 10:00:45 -0800] rev 35769
fixrec now generates qualified theorem names
Sat, 13 Mar 2010 09:32:19 -0800 no_document for Infinite_Set in HOLCF
huffman [Sat, 13 Mar 2010 09:32:19 -0800] rev 35768
no_document for Infinite_Set in HOLCF
Sat, 13 Mar 2010 20:44:12 +0100 removed unused Args.maxidx_values and Element.generalize_facts;
wenzelm [Sat, 13 Mar 2010 20:44:12 +0100] rev 35767
removed unused Args.maxidx_values and Element.generalize_facts;
Sat, 13 Mar 2010 20:34:22 +0100 Local_Theory.define handles hidden polymorphism;
wenzelm [Sat, 13 Mar 2010 20:34:22 +0100] rev 35766
Local_Theory.define handles hidden polymorphism;
Sat, 13 Mar 2010 20:33:14 +0100 local theory specifications handle hidden polymorphism implicitly;
wenzelm [Sat, 13 Mar 2010 20:33:14 +0100] rev 35765
local theory specifications handle hidden polymorphism implicitly;
Sat, 13 Mar 2010 19:35:53 +0100 minor tuning and simplification;
wenzelm [Sat, 13 Mar 2010 19:35:53 +0100] rev 35764
minor tuning and simplification;
Sat, 13 Mar 2010 17:19:12 +0100 removed obsolete HOL/Library/Coinductive_List.thy, superceded by thys/Coinductive/Coinductive_List.thy in AFP/f2f5727b77d0;
wenzelm [Sat, 13 Mar 2010 17:19:12 +0100] rev 35763
removed obsolete HOL/Library/Coinductive_List.thy, superceded by thys/Coinductive/Coinductive_List.thy in AFP/f2f5727b77d0;
Sat, 13 Mar 2010 16:44:12 +0100 removed old CVS Ids;
wenzelm [Sat, 13 Mar 2010 16:44:12 +0100] rev 35762
removed old CVS Ids; tuned headers;
Sat, 13 Mar 2010 16:37:15 +0100 reverted fe9b43a08187 -- "warning" is a perfectly normal way of tactics to emit spurious messages (although "arith" could be less chatty), while "priority" is a special Proof General protocol message;
wenzelm [Sat, 13 Mar 2010 16:37:15 +0100] rev 35761
reverted fe9b43a08187 -- "warning" is a perfectly normal way of tactics to emit spurious messages (although "arith" could be less chatty), while "priority" is a special Proof General protocol message;
Sat, 13 Mar 2010 15:11:59 +0100 merged
wenzelm [Sat, 13 Mar 2010 15:11:59 +0100] rev 35760
merged
Fri, 12 Mar 2010 20:04:48 +0100 merged
bulwahn [Fri, 12 Mar 2010 20:04:48 +0100] rev 35759
merged
Fri, 12 Mar 2010 14:04:59 +0100 adopting predicate compiler to changes in Spec_Rules; removed dependency to Nitpick_Intros
bulwahn [Fri, 12 Mar 2010 14:04:59 +0100] rev 35758
adopting predicate compiler to changes in Spec_Rules; removed dependency to Nitpick_Intros
Fri, 12 Mar 2010 12:14:31 +0100 adding Spec_Rules to definitional package inductive and inductive_set
bulwahn [Fri, 12 Mar 2010 12:14:31 +0100] rev 35757
adding Spec_Rules to definitional package inductive and inductive_set
Fri, 12 Mar 2010 12:14:30 +0100 refining and adding Spec_Rules to definitional packages old_primrec, primrec, recdef, size and function
bulwahn [Fri, 12 Mar 2010 12:14:30 +0100] rev 35756
refining and adding Spec_Rules to definitional packages old_primrec, primrec, recdef, size and function
Fri, 12 Mar 2010 18:43:22 +0100 merged
nipkow [Fri, 12 Mar 2010 18:43:22 +0100] rev 35755
merged
Fri, 12 Mar 2010 18:42:56 +0100 Reorganized Hoare logic theories; added Hoare_Den
nipkow [Fri, 12 Mar 2010 18:42:56 +0100] rev 35754
Reorganized Hoare logic theories; added Hoare_Den
Fri, 12 Mar 2010 16:02:42 +0100 merged
hoelzl [Fri, 12 Mar 2010 16:02:42 +0100] rev 35753
merged
Tue, 09 Mar 2010 15:42:23 +0100 reset smt_certificates
himmelma [Tue, 09 Mar 2010 15:42:23 +0100] rev 35752
reset smt_certificates
Tue, 09 Mar 2010 15:39:26 +0100 added lemmas
himmelma [Tue, 09 Mar 2010 15:39:26 +0100] rev 35751
added lemmas
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip