Tue, 03 Jan 2006 11:33:18 +0100 haftmann class now a keyword
Tue, 03 Jan 2006 11:32:55 +0100 haftmann class now an keyword, quoted where necessary
Tue, 03 Jan 2006 11:32:16 +0100 haftmann add_local_context now yields imported and body elements seperatly; additional slight clenup in code
Tue, 03 Jan 2006 11:31:15 +0100 haftmann rearranged burrow_split to fold_burrow to allow composition with fold_map
Tue, 03 Jan 2006 00:06:30 +0100 wenzelm added unfolding(_i);
Tue, 03 Jan 2006 00:06:29 +0100 wenzelm unparse String/AltString: escape quotes;
Tue, 03 Jan 2006 00:06:28 +0100 wenzelm tuned;
Tue, 03 Jan 2006 00:06:26 +0100 wenzelm avoid hardwired Trueprop;
Tue, 03 Jan 2006 00:06:24 +0100 wenzelm added 'using' command;
Tue, 03 Jan 2006 00:06:23 +0100 wenzelm updated;
Tue, 03 Jan 2006 00:06:22 +0100 wenzelm added IsarImplementation;
Tue, 03 Jan 2006 00:06:20 +0100 wenzelm updated -- lost update!?
Tue, 03 Jan 2006 00:06:18 +0100 wenzelm * Pure/Isar: new command 'unfolding';
Mon, 02 Jan 2006 20:50:17 +0100 wenzelm ISABELLE_USER for remote cvs access;
Mon, 02 Jan 2006 20:42:12 +0100 wenzelm outline;
Mon, 02 Jan 2006 20:16:52 +0100 wenzelm "The Isabelle/Isar Implementation" manual;
Sat, 31 Dec 2005 21:49:44 +0100 wenzelm * Provers/classical: removed obsolete classical version of elim_format;
Sat, 31 Dec 2005 21:49:43 +0100 wenzelm tuned forall_intr_vars;
Sat, 31 Dec 2005 21:49:42 +0100 wenzelm added classical_rule, which replaces Data.make_elim;
Sat, 31 Dec 2005 21:49:41 +0100 wenzelm explicitly reject consts *Goal*, *False*;
Sat, 31 Dec 2005 21:49:40 +0100 wenzelm elim rules: Classical.classical_rule;
Sat, 31 Dec 2005 21:49:39 +0100 wenzelm removed obsolete cla_dist_concl;
Sat, 31 Dec 2005 21:49:38 +0100 wenzelm removed classical elim_format;
Sat, 31 Dec 2005 21:49:36 +0100 wenzelm removed obsolete Provers/make_elim.ML;
Sat, 31 Dec 2005 21:49:35 +0100 wenzelm obsolete, see classical_rule in Provers/classical.ML;
Sat, 31 Dec 2005 13:03:55 +0100 wenzelm more robust phantomsection;
Fri, 30 Dec 2005 16:57:00 +0100 wenzelm require cla_dist_concl, avoid assumptions about concrete syntax;
Fri, 30 Dec 2005 16:56:59 +0100 wenzelm avoid implicit assumptions about consts Not, op =, *Goal*, *False*;
Fri, 30 Dec 2005 16:56:58 +0100 wenzelm provide equality_name, not_name;
Fri, 30 Dec 2005 16:56:57 +0100 wenzelm fixed final_consts;
Fri, 30 Dec 2005 16:56:56 +0100 wenzelm provide cla_dist_concl;
Fri, 30 Dec 2005 16:56:54 +0100 wenzelm non-PDF: phantomsection;
Thu, 29 Dec 2005 16:10:58 +0100 haftmann added atom keyword
Thu, 29 Dec 2005 15:31:27 +0100 haftmann changes in code generator keywords
Thu, 29 Dec 2005 15:31:10 +0100 haftmann adaptions to changes in code generator
Thu, 29 Dec 2005 15:30:52 +0100 haftmann slight improvements
Wed, 28 Dec 2005 21:14:23 +0100 haftmann slightly improved serialization
Tue, 27 Dec 2005 15:24:40 +0100 haftmann substantial improvements in code generating
Tue, 27 Dec 2005 15:24:23 +0100 haftmann added map_index
Fri, 23 Dec 2005 20:02:30 +0100 wenzelm tuned proofs;
Fri, 23 Dec 2005 18:36:27 +0100 wenzelm removed obsolete atomize_old;
Fri, 23 Dec 2005 18:36:26 +0100 wenzelm removed obsolete induct_atomize_old;
Fri, 23 Dec 2005 17:37:54 +0100 paulson the "skolem" attribute and better initialization of the clause database
Fri, 23 Dec 2005 17:36:00 +0100 paulson blacklist of prolific theorems (must be replaced by an attribute later
Fri, 23 Dec 2005 17:34:46 +0100 paulson tidied
Fri, 23 Dec 2005 15:21:05 +0100 wenzelm tuned;
Fri, 23 Dec 2005 15:18:13 +0100 wenzelm * Provers/induct: support simultaneous goals with mutual rules;
Fri, 23 Dec 2005 15:16:58 +0100 wenzelm induct etc.: admit multiple rules;
Fri, 23 Dec 2005 15:16:56 +0100 wenzelm backpatching of Substring.full;
Fri, 23 Dec 2005 15:16:55 +0100 wenzelm goal/qed: proper treatment of two levels of conjunctions;
Fri, 23 Dec 2005 15:16:53 +0100 wenzelm Logic.mk_conjunction_list;
Fri, 23 Dec 2005 15:16:52 +0100 wenzelm turned bicompose_no_flatten into compose_no_flatten, without elimination;
Fri, 23 Dec 2005 15:16:49 +0100 wenzelm CONJUNCTS: full nesting (again), PRECISE_CONJUNCTS: outer level of nesting;
Fri, 23 Dec 2005 15:16:48 +0100 wenzelm added mk_conjunction_list2;
Fri, 23 Dec 2005 15:16:46 +0100 wenzelm conj_elim_precise: proper treatment of nested conjunctions;
Fri, 23 Dec 2005 15:16:46 +0100 wenzelm Thm.compose_no_flatten;
Fri, 23 Dec 2005 15:16:44 +0100 wenzelm proper treatment of nested conjunctions, i.e. simultaneous goals and mutual rules;
Fri, 23 Dec 2005 14:33:28 +0100 haftmann is_prefix
Thu, 22 Dec 2005 19:08:15 +0100 haftmann slight improvements
Thu, 22 Dec 2005 17:57:09 +0100 nipkow more lemmas
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip