Tue, 15 Apr 2008 18:49:16 +0200 wenzelm PureThy.hide_fact;
Tue, 15 Apr 2008 18:49:15 +0200 wenzelm Facts.dest_table;
Tue, 15 Apr 2008 18:49:13 +0200 wenzelm Sign.hide_const;
Tue, 15 Apr 2008 18:49:12 +0200 wenzelm added hide fact;
Tue, 15 Apr 2008 16:25:14 +0200 wenzelm tuned;
Tue, 15 Apr 2008 16:12:18 +0200 wenzelm removed eval_antiquotes_fn;
Tue, 15 Apr 2008 16:12:16 +0200 wenzelm merge: canonical order;
Tue, 15 Apr 2008 16:12:15 +0200 wenzelm Library.is_equal;
Tue, 15 Apr 2008 16:12:13 +0200 wenzelm moved forall_elim_var(s) to more_thm.ML;
Tue, 15 Apr 2008 16:12:11 +0200 wenzelm disallow duplicate entries (weak version for merge);
Tue, 15 Apr 2008 16:12:05 +0200 wenzelm Thm.forall_elim_var(s);
Tue, 15 Apr 2008 16:12:01 +0200 wenzelm proper dynamic facts for eqvts, freshs, bijs;
Tue, 15 Apr 2008 16:11:58 +0200 wenzelm overloading perm: use big_name;
Tue, 15 Apr 2008 16:11:52 +0200 wenzelm * Name space merge now observes canonical order;
Mon, 14 Apr 2008 22:29:56 +0200 wenzelm removed redundant hd_append variant;
Mon, 14 Apr 2008 21:44:53 +0200 wenzelm removed duplicate lemmas;
Mon, 14 Apr 2008 21:44:53 +0200 wenzelm avoid duplicate fact bindings;
Mon, 14 Apr 2008 21:44:51 +0200 wenzelm overloading of perm: adhoc name prevents duplicate fact names;
Mon, 14 Apr 2008 17:54:56 +0200 ballarin Changed naming scheme for theorems generated by interpretations.
Mon, 14 Apr 2008 16:42:47 +0200 krauss proper context for induct_scheme method
Mon, 14 Apr 2008 14:28:47 +0200 wenzelm Isar.toplevel_loop: separate init/welcome flag;
Sun, 13 Apr 2008 16:40:08 +0200 wenzelm Sorts.class_error: produce message only (formerly msg_class_error);
Sun, 13 Apr 2008 16:40:07 +0200 wenzelm tsig: removed unnecessary universal witness;
Sun, 13 Apr 2008 16:40:06 +0200 wenzelm simplified handling of sorts, removed unnecessary universal witness;
Sun, 13 Apr 2008 16:40:05 +0200 wenzelm removed unused minimal_classes;
Sun, 13 Apr 2008 16:40:04 +0200 wenzelm added insert_sorts (from thm.ML);
Sun, 13 Apr 2008 16:40:02 +0200 wenzelm tsig: removed unnecessary universal witness;
Sun, 13 Apr 2008 14:30:23 +0200 wenzelm tuned;
Sat, 12 Apr 2008 17:00:50 +0200 wenzelm removed unnecessary Goal.close_result;
Sat, 12 Apr 2008 17:00:48 +0200 wenzelm replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
Sat, 12 Apr 2008 17:00:47 +0200 wenzelm advance: do not count utf8 trailer bytes (which happen to be undefined or punctuation in iso-latin);
Sat, 12 Apr 2008 17:00:47 +0200 wenzelm added is_utf8_trailer;
Sat, 12 Apr 2008 17:00:45 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Sat, 12 Apr 2008 17:00:43 +0200 wenzelm obsolete -- Poly/ML images are maximally shared already, home-grown compression wastes space and time;
Sat, 12 Apr 2008 17:00:42 +0200 wenzelm removed obsolete compress.ML
Sat, 12 Apr 2008 17:00:40 +0200 wenzelm replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
Sat, 12 Apr 2008 17:00:38 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Sat, 12 Apr 2008 17:00:35 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 10 Apr 2008 20:54:18 +0200 wenzelm use_text: explicitly print exception, which is no longer done by the new PolyML.compiler setup;
Thu, 10 Apr 2008 20:54:17 +0200 wenzelm transaction/init: ensure stable theory (non-draft);
Thu, 10 Apr 2008 20:54:15 +0200 wenzelm export is_draft, not draftN;
Thu, 10 Apr 2008 17:01:41 +0200 wenzelm simplified isarcmd;
Thu, 10 Apr 2008 17:01:40 +0200 wenzelm eliminated unused name_of, source, source_of, print', print3, three_buffersN;
Thu, 10 Apr 2008 17:01:39 +0200 wenzelm eliminated unused trace, read;
Thu, 10 Apr 2008 17:01:38 +0200 wenzelm eliminated unused Toplevel.print3/three_buffers;
Thu, 10 Apr 2008 17:01:37 +0200 wenzelm tuned;
Thu, 10 Apr 2008 16:15:53 +0200 wenzelm Isar.goal: tactical goal only;
Thu, 10 Apr 2008 15:04:11 +0200 wenzelm eliminated backpatching of load_thy;
Thu, 10 Apr 2008 14:53:31 +0200 wenzelm added read_const_exprs (from Pure/Isar/code_unit.ML);
Thu, 10 Apr 2008 14:53:30 +0200 wenzelm export get_names (formerly names);
Thu, 10 Apr 2008 14:53:29 +0200 wenzelm ThyInfo.get_names;
Thu, 10 Apr 2008 14:53:28 +0200 wenzelm ThyInfo.get_theory;
Thu, 10 Apr 2008 14:53:27 +0200 wenzelm export load_thy -- no backpatching;
Thu, 10 Apr 2008 14:53:26 +0200 wenzelm export subst_alias;
Thu, 10 Apr 2008 14:53:25 +0200 wenzelm load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
Thu, 10 Apr 2008 14:53:24 +0200 wenzelm val theory = ThyInfo.get_theory;
Thu, 10 Apr 2008 13:44:43 +0200 wenzelm replaced Isar loop variants by generic toplevel_loop;
Thu, 10 Apr 2008 13:44:41 +0200 wenzelm replaced Isar loop variants by generic toplevel_loop;
Thu, 10 Apr 2008 13:24:22 +0200 wenzelm The global Isabelle/Isar state and main read-eval-print loop.
Thu, 10 Apr 2008 13:24:21 +0200 wenzelm replaced Isar.toplevel by Toplevel.program;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip