urbanc [Wed, 16 Apr 2008 02:25:06 +0200] rev 26677
removed test artefacts
wenzelm [Tue, 15 Apr 2008 22:09:24 +0200] rev 26676
proof endings: no Toplevel.print!
wenzelm [Tue, 15 Apr 2008 22:09:23 +0200] rev 26675
all_valid_thms: use new facts tables;
wenzelm [Tue, 15 Apr 2008 18:49:29 +0200] rev 26674
Theory.subthy;
wenzelm [Tue, 15 Apr 2008 18:49:28 +0200] rev 26673
Facts.intern, Facts.extern_table;
wenzelm [Tue, 15 Apr 2008 18:49:27 +0200] rev 26672
IsarCmd.hide_names;
wenzelm [Tue, 15 Apr 2008 18:49:26 +0200] rev 26671
added hide_names command (formerly Sign.hide_names), support fact name space;
wenzelm [Tue, 15 Apr 2008 18:49:25 +0200] rev 26670
Facts.dest_table, PureThy.facts_of;
wenzelm [Tue, 15 Apr 2008 18:49:24 +0200] rev 26669
simplified hide_XXX interfaces;
wenzelm [Tue, 15 Apr 2008 18:49:23 +0200] rev 26668
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
removed obsolete BASIC_THEORY;
wenzelm [Tue, 15 Apr 2008 18:49:22 +0200] rev 26667
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
simplified hide_XXX interfaces;
moved hide_names to isar_cmd.ML;
wenzelm [Tue, 15 Apr 2008 18:49:21 +0200] rev 26666
added intern_fact, check_fact, hide_fact;
renamed all_facts_of to facts_of;
removed hide_thms;
Sign.hide_const;
wenzelm [Tue, 15 Apr 2008 18:49:19 +0200] rev 26665
Theory.eq_thy;
wenzelm [Tue, 15 Apr 2008 18:49:18 +0200] rev 26664
renamed dest to dest_table, and extern to extern table;
added name space intern/extern;
wenzelm [Tue, 15 Apr 2008 18:49:16 +0200] rev 26663
PureThy.hide_fact;
wenzelm [Tue, 15 Apr 2008 18:49:15 +0200] rev 26662
Facts.dest_table;
wenzelm [Tue, 15 Apr 2008 18:49:13 +0200] rev 26661
Sign.hide_const;
wenzelm [Tue, 15 Apr 2008 18:49:12 +0200] rev 26660
added hide fact;
wenzelm [Tue, 15 Apr 2008 16:25:14 +0200] rev 26659
tuned;
wenzelm [Tue, 15 Apr 2008 16:12:18 +0200] rev 26658
removed eval_antiquotes_fn;
eval: CRITICAL for now;
wenzelm [Tue, 15 Apr 2008 16:12:16 +0200] rev 26657
merge: canonical order;
wenzelm [Tue, 15 Apr 2008 16:12:15 +0200] rev 26656
Library.is_equal;
wenzelm [Tue, 15 Apr 2008 16:12:13 +0200] rev 26655
moved forall_elim_var(s) to more_thm.ML;
get_thm(s) and hide_thms: use new table;
wenzelm [Tue, 15 Apr 2008 16:12:11 +0200] rev 26654
disallow duplicate entries (weak version for merge);
added hide;
wenzelm [Tue, 15 Apr 2008 16:12:05 +0200] rev 26653
Thm.forall_elim_var(s);
wenzelm [Tue, 15 Apr 2008 16:12:01 +0200] rev 26652
proper dynamic facts for eqvts, freshs, bijs;
removed obsolete print_data -- facts are accesivle via regular names;
misc tuning/simplification;
wenzelm [Tue, 15 Apr 2008 16:11:58 +0200] rev 26651
overloading perm: use big_name;
avoid rebinding of perm_closed -- leftover debug code;
wenzelm [Tue, 15 Apr 2008 16:11:52 +0200] rev 26650
* Name space merge now observes canonical order;
* Authentic naming of facts;
wenzelm [Mon, 14 Apr 2008 22:29:56 +0200] rev 26649
removed redundant hd_append variant;
wenzelm [Mon, 14 Apr 2008 21:44:53 +0200] rev 26648
removed duplicate lemmas;
wenzelm [Mon, 14 Apr 2008 21:44:53 +0200] rev 26647
avoid duplicate fact bindings;
wenzelm [Mon, 14 Apr 2008 21:44:51 +0200] rev 26646
overloading of perm: adhoc name prevents duplicate fact names;