wenzelm [Sat, 26 Apr 2008 13:20:16 +0200] rev 26751
added setup for Isar entities;
tuned;
krauss [Sat, 26 Apr 2008 08:49:31 +0200] rev 26750
fixed recdef, broken by my previous commit
krauss [Fri, 25 Apr 2008 16:28:06 +0200] rev 26749
* New attribute "termination_simp": Simp rules for termination proofs
* General lemmas about list_size
krauss [Fri, 25 Apr 2008 15:30:33 +0200] rev 26748
Merged theories about wellfoundedness into one: Wellfounded.thy
haftmann [Thu, 24 Apr 2008 16:53:04 +0200] rev 26747
moved 'trivial classes' to foundation of code generator
wenzelm [Thu, 24 Apr 2008 11:38:42 +0200] rev 26746
tuned index commands;
wenzelm [Thu, 24 Apr 2008 11:38:10 +0200] rev 26745
more abstract index commands;
wenzelm [Thu, 24 Apr 2008 11:05:19 +0200] rev 26744
added \indexoutersyntax;
removed permuted index;
haftmann [Wed, 23 Apr 2008 19:36:18 +0200] rev 26743
fixed proof
wenzelm [Wed, 23 Apr 2008 15:04:14 +0200] rev 26742
misc cleanup;
wenzelm [Wed, 23 Apr 2008 12:13:08 +0200] rev 26741
converted intro.tex to Thy/intro.thy;
haftmann [Tue, 22 Apr 2008 22:00:31 +0200] rev 26740
more general evaluation combinators
haftmann [Tue, 22 Apr 2008 22:00:25 +0200] rev 26739
different handling of eq class for nbe
wenzelm [Tue, 22 Apr 2008 13:35:26 +0200] rev 26738
basic setup for generated document (cf. ../IsarImplementation);
haftmann [Tue, 22 Apr 2008 10:31:15 +0200] rev 26737
dropped theory PreList
haftmann [Tue, 22 Apr 2008 08:33:23 +0200] rev 26736
added explicit check phase after reading of specification
haftmann [Tue, 22 Apr 2008 08:33:21 +0200] rev 26735
added theory Sublist_Order
haftmann [Tue, 22 Apr 2008 08:33:20 +0200] rev 26734
dropped some metis calls
haftmann [Tue, 22 Apr 2008 08:33:19 +0200] rev 26733
tuned proofs
haftmann [Tue, 22 Apr 2008 08:33:16 +0200] rev 26732
constant HOL.eq now qualified
haftmann [Tue, 22 Apr 2008 08:33:13 +0200] rev 26731
exported is_abbrev mode discriminator
haftmann [Tue, 22 Apr 2008 08:33:12 +0200] rev 26730
proper abbreviations in class
haftmann [Tue, 22 Apr 2008 08:33:10 +0200] rev 26729
dropped theory PreList
haftmann [Tue, 22 Apr 2008 08:33:09 +0200] rev 26728
added entries
isatest [Mon, 21 Apr 2008 00:06:55 +0200] rev 26727
move some at/a64 tests to intel mac hardware (running Linux)
wenzelm [Sat, 19 Apr 2008 12:36:12 +0200] rev 26726
updated generated file;
wenzelm [Sat, 19 Apr 2008 12:31:07 +0200] rev 26725
updated generated file;
wenzelm [Sat, 19 Apr 2008 12:04:17 +0200] rev 26724
NamedThmsFun: removed obsolete print command -- facts are accesible via dynamic name;
wenzelm [Fri, 18 Apr 2008 23:58:04 +0200] rev 26723
removed dead code;
wenzelm [Fri, 18 Apr 2008 23:49:46 +0200] rev 26722
print_cases: proper context for revert_skolem;
wenzelm [Fri, 18 Apr 2008 23:49:44 +0200] rev 26721
tuned;
wenzelm [Fri, 18 Apr 2008 23:49:40 +0200] rev 26720
modernized specifications and proofs;
haftmann [Fri, 18 Apr 2008 09:44:16 +0200] rev 26719
improved definition of upd
wenzelm [Thu, 17 Apr 2008 22:28:56 +0200] rev 26718
* Context-dependent token translations.
wenzelm [Thu, 17 Apr 2008 22:22:30 +0200] rev 26717
revert_skolem: do not change non-reversible names;
default token translations: revert_skolem;
removed obsolete revert_skolems;
wenzelm [Thu, 17 Apr 2008 22:22:28 +0200] rev 26716
print_statement: reset body mode, i.e. invent global frees (no need for revert_skolem);
wenzelm [Thu, 17 Apr 2008 22:22:27 +0200] rev 26715
no_vars: reset body mode, i.e. invent global frees (which are acceptable to Variable.auto_fixes);
wenzelm [Thu, 17 Apr 2008 22:22:26 +0200] rev 26714
variant_fixes: preserve internal state, mark skolem only for body mode;
import_inst: actually observe is_open flag (cf. variant_fixes);
wenzelm [Thu, 17 Apr 2008 22:22:25 +0200] rev 26713
prove_global: Variable.set_body true, pass context;
wenzelm [Thu, 17 Apr 2008 22:22:23 +0200] rev 26712
adapted to ProofContext.revert_skolem: extra Name.clean required;
wenzelm [Thu, 17 Apr 2008 22:22:21 +0200] rev 26711
prove_global: pass context;
wenzelm [Thu, 17 Apr 2008 22:22:19 +0200] rev 26710
pretty_term: no revert_skolems here, but auto_fixes (token translations will do the rest);
wenzelm [Thu, 17 Apr 2008 16:30:55 +0200] rev 26709
replaced token translations by common markup;
use XML.text instead of separate escape;
wenzelm [Thu, 17 Apr 2008 16:30:53 +0200] rev 26708
moved default token translations to proof_context.ML, if all fails the pretty printer falls back on plain output;
wenzelm [Thu, 17 Apr 2008 16:30:52 +0200] rev 26707
token translations: context dependent, result Pretty.T;
added Markup.fixed (analogous to Markup.const);
tuned;
wenzelm [Thu, 17 Apr 2008 16:30:52 +0200] rev 26706
replaced token translations by common markup;
wenzelm [Thu, 17 Apr 2008 16:30:51 +0200] rev 26705
default token translations with proper markup;
wenzelm [Thu, 17 Apr 2008 16:30:50 +0200] rev 26704
token translations: context dependent, result Pretty.T;
string_of_term/prop: Variable.auto_fixes;
wenzelm [Thu, 17 Apr 2008 16:30:48 +0200] rev 26703
removed obsolete raw_str;
added mark;
wenzelm [Thu, 17 Apr 2008 16:30:48 +0200] rev 26702
added markup for fixed variables (local constants);
wenzelm [Thu, 17 Apr 2008 16:30:47 +0200] rev 26701
token translations: context dependent, result Pretty.T;
wenzelm [Thu, 17 Apr 2008 16:30:45 +0200] rev 26700
Pretty.mark;
wenzelm [Thu, 17 Apr 2008 11:40:00 +0200] rev 26699
unused_thms: sort_distinct;
wenzelm [Wed, 16 Apr 2008 22:17:43 +0200] rev 26698
Sign.add_path;
wenzelm [Wed, 16 Apr 2008 21:53:05 +0200] rev 26697
removed obsolete BASIC_THM_DEPS;
unused_thms: simplified signature, use proper PureThy.facts_of;
misc tuning;
wenzelm [Wed, 16 Apr 2008 21:53:04 +0200] rev 26696
pretty_theorems: use proper PureThy.facts_of;
wenzelm [Wed, 16 Apr 2008 21:53:03 +0200] rev 26695
Facts.extern_static;
wenzelm [Wed, 16 Apr 2008 21:53:02 +0200] rev 26694
PureThy.defined_fact;
unused_thms: simplified signature;
wenzelm [Wed, 16 Apr 2008 21:53:01 +0200] rev 26693
renamed check_fact to defined_fact;
wenzelm [Wed, 16 Apr 2008 21:53:00 +0200] rev 26692
removed unused space_of;
added defined, fold_static;
renamed dest_table to dest_static;
renamed extern_table to extern_static;