Thu, 27 Jul 2006 13:43:13 +0200 wenzelm ProofContext.legacy_pretty_thm;
Thu, 27 Jul 2006 13:43:12 +0200 wenzelm added legacy_pretty_thm (with fall-back on ProtoPure.thy);
Thu, 27 Jul 2006 13:43:11 +0200 wenzelm Assumption.assume;
Thu, 27 Jul 2006 13:43:10 +0200 wenzelm removed obsolete is_fact (cf. Thm.no_prems);
Thu, 27 Jul 2006 13:43:09 +0200 wenzelm tuned interfaces;
Thu, 27 Jul 2006 13:43:08 +0200 wenzelm read_def_cterms (legacy version): Consts.certify;
Thu, 27 Jul 2006 13:43:07 +0200 wenzelm Assumption.assume;
Thu, 27 Jul 2006 13:43:06 +0200 wenzelm moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
Thu, 27 Jul 2006 13:43:05 +0200 wenzelm removed obsolete equal_abs_elim(_list);
Thu, 27 Jul 2006 13:43:04 +0200 wenzelm removed obsolete pretty_thm_no_quote;
Thu, 27 Jul 2006 13:43:03 +0200 wenzelm added Pure/assumption.ML;
Thu, 27 Jul 2006 13:43:01 +0200 wenzelm moved basic assumption operations from structure ProofContext to Assumption;
Thu, 27 Jul 2006 13:43:00 +0200 wenzelm tuned proofs;
Thu, 27 Jul 2006 13:42:59 +0200 wenzelm Local assumptions, parameterized by export rules.
Wed, 26 Jul 2006 19:37:44 +0200 wenzelm updated;
Wed, 26 Jul 2006 19:37:43 +0200 wenzelm import(T): result includes fixed types/terms;
Wed, 26 Jul 2006 19:37:42 +0200 wenzelm focus: result record includes (fixed) schematic variables;
Wed, 26 Jul 2006 19:37:41 +0200 wenzelm Variable.import(T): result includes fixed types/terms;
Wed, 26 Jul 2006 19:23:04 +0200 webertj linear arithmetic splits certain operators (e.g. min, max, abs)
Wed, 26 Jul 2006 13:31:07 +0200 haftmann added eval_term
Wed, 26 Jul 2006 11:32:55 +0200 wenzelm updated;
Wed, 26 Jul 2006 11:32:50 +0200 wenzelm fixed LaTeX problem;
Wed, 26 Jul 2006 10:09:25 +0200 haftmann added eval_term
Wed, 26 Jul 2006 09:50:23 +0200 nipkow Removed wrong sentence (Simon Funke)
Wed, 26 Jul 2006 00:44:49 +0200 wenzelm moved pprint functions to Isar/proof_display.ML;
Wed, 26 Jul 2006 00:44:48 +0200 wenzelm Tactical operations depending on local subgoal structure.
Wed, 26 Jul 2006 00:44:47 +0200 wenzelm moved pprint functions to Isar/proof_display.ML;
Wed, 26 Jul 2006 00:44:46 +0200 wenzelm export goal_tac (was internal refine_tac);
Wed, 26 Jul 2006 00:44:44 +0200 wenzelm added Pure/subgoal.ML;
Tue, 25 Jul 2006 23:17:42 +0200 wenzelm updated;
Tue, 25 Jul 2006 23:17:41 +0200 wenzelm raw symbols: disallow dot to avoid confusion in NameSpace.unpack;
Tue, 25 Jul 2006 21:18:12 +0200 wenzelm avoid Term.is_funtype;
Tue, 25 Jul 2006 21:18:11 +0200 wenzelm avoid structure Char;
Tue, 25 Jul 2006 21:18:09 +0200 wenzelm added variant_abs (from term.ML);
Tue, 25 Jul 2006 21:18:08 +0200 wenzelm added find_free (from term.ML);
Tue, 25 Jul 2006 21:18:07 +0200 wenzelm added is/to_ascii_lower/upper;
Tue, 25 Jul 2006 21:18:06 +0200 wenzelm is_funtype: do not export internal operation;
Tue, 25 Jul 2006 21:18:05 +0200 wenzelm tuned;
Tue, 25 Jul 2006 21:18:04 +0200 wenzelm use Term.add_vars instead of obsolete term_varnames;
Tue, 25 Jul 2006 21:18:02 +0200 wenzelm renamed add_term_varnames to Term.add_varnames (cf. Term.add_vars etc.);
Tue, 25 Jul 2006 21:18:01 +0200 wenzelm tuned ML code;
Tue, 25 Jul 2006 21:18:00 +0200 wenzelm renamed Term.variant_abs to Syntax.variant_abs;
Tue, 25 Jul 2006 21:17:58 +0200 wenzelm Drule.merge_rules;
Tue, 25 Jul 2006 16:51:26 +0200 haftmann renamed Name.give_names to Name.names and moved Name.alphanum to Symbol.alphanum
Tue, 25 Jul 2006 16:43:47 +0200 haftmann improvements for lazy code generation
Tue, 25 Jul 2006 16:43:33 +0200 haftmann fixed typo
Tue, 25 Jul 2006 16:43:32 +0200 haftmann added code generator serialization for Char
Tue, 25 Jul 2006 16:43:31 +0200 haftmann added notes on class_package.ML and codegen_package.ML
Sun, 23 Jul 2006 07:21:41 +0200 haftmann small adjustments
Sun, 23 Jul 2006 07:21:22 +0200 haftmann fixed bug for serialization for uminus on ints
Sun, 23 Jul 2006 07:20:52 +0200 haftmann small improvement in serialization for wfrec
Sun, 23 Jul 2006 07:20:26 +0200 haftmann added structure HOList
Sun, 23 Jul 2006 07:19:36 +0200 haftmann major simplifications for integers
Sun, 23 Jul 2006 07:19:26 +0200 haftmann tactic for prove_instance_arity now gets definition theorems as arguments
Fri, 21 Jul 2006 14:49:11 +0200 haftmann added term_of_string function
Fri, 21 Jul 2006 14:48:35 +0200 haftmann simplification for code generation for Integers
Fri, 21 Jul 2006 14:48:17 +0200 haftmann adaption to argument change in primrec_package
Fri, 21 Jul 2006 14:47:44 +0200 haftmann adaption to changes in class_package
Fri, 21 Jul 2006 14:47:22 +0200 haftmann hooks now take string list as arguments (mutual datatypes); some nice combinators in datatype_codegen
Fri, 21 Jul 2006 14:46:27 +0200 haftmann exported equation transformator
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip