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
huffman [Sat, 13 Mar 2010 10:00:45 -0800] rev 35769
fixrec now generates qualified theorem names
huffman [Sat, 13 Mar 2010 09:32:19 -0800] rev 35768
no_document for Infinite_Set in HOLCF
wenzelm [Sat, 13 Mar 2010 20:44:12 +0100] rev 35767
removed unused Args.maxidx_values and Element.generalize_facts;
wenzelm [Sat, 13 Mar 2010 20:34:22 +0100] rev 35766
Local_Theory.define handles hidden polymorphism;
wenzelm [Sat, 13 Mar 2010 20:33:14 +0100] rev 35765
local theory specifications handle hidden polymorphism implicitly;
wenzelm [Sat, 13 Mar 2010 19:35:53 +0100] rev 35764
minor tuning and simplification;
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;
wenzelm [Sat, 13 Mar 2010 16:44:12 +0100] rev 35762
removed old CVS Ids;
tuned headers;
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;
wenzelm [Sat, 13 Mar 2010 15:11:59 +0100] rev 35760
merged
bulwahn [Fri, 12 Mar 2010 20:04:48 +0100] rev 35759
merged
bulwahn [Fri, 12 Mar 2010 14:04:59 +0100] rev 35758
adopting predicate compiler to changes in Spec_Rules; removed dependency to Nitpick_Intros
bulwahn [Fri, 12 Mar 2010 12:14:31 +0100] rev 35757
adding Spec_Rules to definitional package inductive and inductive_set
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
nipkow [Fri, 12 Mar 2010 18:43:22 +0100] rev 35755
merged
nipkow [Fri, 12 Mar 2010 18:42:56 +0100] rev 35754
Reorganized Hoare logic theories; added Hoare_Den
hoelzl [Fri, 12 Mar 2010 16:02:42 +0100] rev 35753
merged
himmelma [Tue, 09 Mar 2010 15:42:23 +0100] rev 35752
reset smt_certificates
himmelma [Tue, 09 Mar 2010 15:39:26 +0100] rev 35751
added lemmas
nipkow [Fri, 12 Mar 2010 15:48:37 +0100] rev 35750
merged
nipkow [Fri, 12 Mar 2010 15:48:18 +0100] rev 35749
Added Hoare_Op.thy
hoelzl [Fri, 12 Mar 2010 15:35:41 +0100] rev 35748
Equality of integral and infinite sum.
blanchet [Fri, 12 Mar 2010 12:02:22 +0100] rev 35747
make tests less demanding, to prevent sporadic failures
wenzelm [Sat, 13 Mar 2010 15:12:56 +0100] rev 35746
more antiquotations;
wenzelm [Sat, 13 Mar 2010 15:12:47 +0100] rev 35745
command 'typedef' now works within a local theory context;
wenzelm [Sat, 13 Mar 2010 15:12:17 +0100] rev 35744
removed obsolete HOL 'typedecl';
local theory version of HOL 'typedef';
wenzelm [Sat, 13 Mar 2010 14:44:47 +0100] rev 35743
adapted to localized typedef: handle single global interpretation only;
wenzelm [Sat, 13 Mar 2010 14:43:04 +0100] rev 35742
global typedef;
wenzelm [Sat, 13 Mar 2010 14:42:16 +0100] rev 35741
localized typedef;
Typedef.get_info can yield multiple typedef interpretations, even in a global context;
misc tuning and modernization;