Wed, 30 Sep 2009 17:23:00 +0200 moved lemmas about sup on bool to Lattices.thy
haftmann [Wed, 30 Sep 2009 17:23:00 +0200] rev 32782
moved lemmas about sup on bool to Lattices.thy
Wed, 30 Sep 2009 17:16:01 +0200 moved lemmas about sup on bool to Lattices.thy
haftmann [Wed, 30 Sep 2009 17:16:01 +0200] rev 32781
moved lemmas about sup on bool to Lattices.thy
Wed, 30 Sep 2009 17:09:06 +0200 tuned proofs
haftmann [Wed, 30 Sep 2009 17:09:06 +0200] rev 32780
tuned proofs
Wed, 30 Sep 2009 17:04:21 +0200 tuned headings
haftmann [Wed, 30 Sep 2009 17:04:21 +0200] rev 32779
tuned headings
Wed, 30 Sep 2009 15:00:43 +0200 report unreferenced ids;
wenzelm [Wed, 30 Sep 2009 15:00:43 +0200] rev 32778
report unreferenced ids;
Wed, 30 Sep 2009 11:45:42 +0200 tuned whitespace;
wenzelm [Wed, 30 Sep 2009 11:45:42 +0200] rev 32777
tuned whitespace;
Wed, 30 Sep 2009 11:36:12 +0200 more uniform treatment of structure Unsynchronized in ML bootstrap phase;
wenzelm [Wed, 30 Sep 2009 11:36:12 +0200] rev 32776
more uniform treatment of structure Unsynchronized in ML bootstrap phase;
Wed, 30 Sep 2009 09:25:18 +0200 merged
haftmann [Wed, 30 Sep 2009 09:25:18 +0200] rev 32775
merged
Wed, 30 Sep 2009 08:28:23 +0200 mandatory prefix where appropriate
haftmann [Wed, 30 Sep 2009 08:28:23 +0200] rev 32774
mandatory prefix where appropriate
Wed, 30 Sep 2009 08:22:07 +0200 mandatory prefix where appropriate
haftmann [Wed, 30 Sep 2009 08:22:07 +0200] rev 32773
mandatory prefix where appropriate
Wed, 30 Sep 2009 08:21:53 +0200 tuned whitespace
haftmann [Wed, 30 Sep 2009 08:21:53 +0200] rev 32772
tuned whitespace
Wed, 30 Sep 2009 00:57:28 +0200 replaced chained_goal by slightly more appropriate flat_goal;
wenzelm [Wed, 30 Sep 2009 00:57:28 +0200] rev 32771
replaced chained_goal by slightly more appropriate flat_goal;
Wed, 30 Sep 2009 00:27:19 +0200 made SML/NJ happy;
wenzelm [Wed, 30 Sep 2009 00:27:19 +0200] rev 32770
made SML/NJ happy;
Wed, 30 Sep 2009 00:17:06 +0200 added chained_goal, which presents the goal thm as seen by semi-structured methods;
wenzelm [Wed, 30 Sep 2009 00:17:06 +0200] rev 32769
added chained_goal, which presents the goal thm as seen by semi-structured methods;
Tue, 29 Sep 2009 23:19:26 +0200 tuned;
wenzelm [Tue, 29 Sep 2009 23:19:26 +0200] rev 32768
tuned;
Tue, 29 Sep 2009 23:14:57 +0200 removed dead/duplicate code;
wenzelm [Tue, 29 Sep 2009 23:14:57 +0200] rev 32767
removed dead/duplicate code;
Tue, 29 Sep 2009 22:53:07 +0200 aliases for Thomas Sewell;
wenzelm [Tue, 29 Sep 2009 22:53:07 +0200] rev 32766
aliases for Thomas Sewell;
Tue, 29 Sep 2009 22:48:24 +0200 modernized Balanced_Tree;
wenzelm [Tue, 29 Sep 2009 22:48:24 +0200] rev 32765
modernized Balanced_Tree;
Tue, 29 Sep 2009 22:33:27 +0200 replaced meta_iffD2 by existing Drule.equal_elim_rule2;
wenzelm [Tue, 29 Sep 2009 22:33:27 +0200] rev 32764
replaced meta_iffD2 by existing Drule.equal_elim_rule2; replaced SymSymTab by existing Symreltab; more antiquotations; eliminated old-style Library.foldl, Library.foldl_map; tuned;
Tue, 29 Sep 2009 21:36:49 +0200 tuned header;
wenzelm [Tue, 29 Sep 2009 21:36:49 +0200] rev 32763
tuned header;
Tue, 29 Sep 2009 21:36:33 +0200 Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm [Tue, 29 Sep 2009 21:36:33 +0200] rev 32762
Thomas Sewell, NICTA: more efficient HOL/record implementation;
Tue, 29 Sep 2009 21:34:59 +0200 tuned whitespace -- recover basic Isabelle conventions;
wenzelm [Tue, 29 Sep 2009 21:34:59 +0200] rev 32761
tuned whitespace -- recover basic Isabelle conventions;
Tue, 29 Sep 2009 18:14:08 +0200 merged
wenzelm [Tue, 29 Sep 2009 18:14:08 +0200] rev 32760
merged
Tue, 29 Sep 2009 14:26:33 +1000 Merge with isabelle dev changes.
Thomas Sewell <tsewell@nicta.com.au> [Tue, 29 Sep 2009 14:26:33 +1000] rev 32759
Merge with isabelle dev changes.
Tue, 29 Sep 2009 14:25:42 +1000 Replace OldTerm.term_vars with Term.add_vars in named_cterm_instantiate.
Thomas Sewell <tsewell@nicta.com.au> [Tue, 29 Sep 2009 14:25:42 +1000] rev 32758
Replace OldTerm.term_vars with Term.add_vars in named_cterm_instantiate.
Mon, 28 Sep 2009 15:37:19 +1000 Avoid a possible variable name conflict in instantiating a theorem.
Thomas Sewell <tsewell@nicta.com.au> [Mon, 28 Sep 2009 15:37:19 +1000] rev 32757
Avoid a possible variable name conflict in instantiating a theorem. Instantiating a theorem variable with new variables created a possible variable name conflict if a record was defined with a field named 'f', 'x' etc. Using variable indices of 1 avoids the problem.
Mon, 28 Sep 2009 14:16:01 +1000 Fix unescaped expressions breaking latex output in Record.thy
Thomas Sewell <tsewell@nicta.com.au> [Mon, 28 Sep 2009 14:16:01 +1000] rev 32756
Fix unescaped expressions breaking latex output in Record.thy Expressions containing _ and ^ need to be adjusted or antiquoted in text comments for latex compatibility. This is in fact a little annoying, since it makes the comment less readable in both source and HTML form.
Mon, 28 Sep 2009 11:13:11 +1000 Merge record patch with updates from isabelle mainline.
Thomas Sewell <tsewell@nicta.com.au> [Mon, 28 Sep 2009 11:13:11 +1000] rev 32755
Merge record patch with updates from isabelle mainline.
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip