Sun, 30 Jul 2006 21:28:50 +0200 demod_rule: depend on context, proper Variable.import/export;
wenzelm [Sun, 30 Jul 2006 21:28:50 +0200] rev 20258
demod_rule: depend on context, proper Variable.import/export;
Sun, 30 Jul 2006 21:28:48 +0200 tuned proofs;
wenzelm [Sun, 30 Jul 2006 21:28:48 +0200] rev 20257
tuned proofs;
Sun, 30 Jul 2006 05:53:10 +0200 lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Sun, 30 Jul 2006 05:53:10 +0200] rev 20256
lin_arith_prover splits certain operators (e.g. min, max, abs)
Sun, 30 Jul 2006 02:06:01 +0200 bugfix related to cancel_div_mod simproc
webertj [Sun, 30 Jul 2006 02:06:01 +0200] rev 20255
bugfix related to cancel_div_mod simproc
Sat, 29 Jul 2006 13:15:12 +0200 lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Sat, 29 Jul 2006 13:15:12 +0200] rev 20254
lin_arith_prover splits certain operators (e.g. min, max, abs)
Sat, 29 Jul 2006 00:51:36 +0200 rename legacy_pretty_thm to pretty_thm_legacy;
wenzelm [Sat, 29 Jul 2006 00:51:36 +0200] rev 20253
rename legacy_pretty_thm to pretty_thm_legacy;
Sat, 29 Jul 2006 00:51:34 +0200 tuned comment;
wenzelm [Sat, 29 Jul 2006 00:51:34 +0200] rev 20252
tuned comment;
Sat, 29 Jul 2006 00:51:33 +0200 added add_fixes_direct;
wenzelm [Sat, 29 Jul 2006 00:51:33 +0200] rev 20251
added add_fixes_direct; tuned;
Sat, 29 Jul 2006 00:51:32 +0200 prove: proper assumption context, more tactic arguments;
wenzelm [Sat, 29 Jul 2006 00:51:32 +0200] rev 20250
prove: proper assumption context, more tactic arguments; tuned;
Sat, 29 Jul 2006 00:51:31 +0200 added mk_conjunction_list;
wenzelm [Sat, 29 Jul 2006 00:51:31 +0200] rev 20249
added mk_conjunction_list;
Sat, 29 Jul 2006 00:51:29 +0200 Goal.prove: more tactic arguments;
wenzelm [Sat, 29 Jul 2006 00:51:29 +0200] rev 20248
Goal.prove: more tactic arguments;
Fri, 28 Jul 2006 18:37:25 +0200 Checking for unsound proofs. Tidying.
paulson [Fri, 28 Jul 2006 18:37:25 +0200] rev 20247
Checking for unsound proofs. Tidying.
Fri, 28 Jul 2006 18:36:24 +0200 "all theorems" mode forces definition-expansion off.
paulson [Fri, 28 Jul 2006 18:36:24 +0200] rev 20246
"all theorems" mode forces definition-expansion off. signature tidying
Fri, 28 Jul 2006 18:11:22 +0200 title fixed
webertj [Fri, 28 Jul 2006 18:11:22 +0200] rev 20245
title fixed
Thu, 27 Jul 2006 23:28:30 +0200 replaced extern_skolem by slightly more simplistic revert_skolems;
wenzelm [Thu, 27 Jul 2006 23:28:30 +0200] rev 20244
replaced extern_skolem by slightly more simplistic revert_skolems; moved fix_frees to variable.ML;
Thu, 27 Jul 2006 23:28:28 +0200 renamed ProofContext.fix_frees to Variable.fix_frees;
wenzelm [Thu, 27 Jul 2006 23:28:28 +0200] rev 20243
renamed ProofContext.fix_frees to Variable.fix_frees;
Thu, 27 Jul 2006 23:28:27 +0200 replaced ProofContext.extern_skolem by slightly more simplistic ProofContext.revert_skolems;
wenzelm [Thu, 27 Jul 2006 23:28:27 +0200] rev 20242
replaced ProofContext.extern_skolem by slightly more simplistic ProofContext.revert_skolems;
Thu, 27 Jul 2006 23:28:26 +0200 no_vars: based on Variable.import;
wenzelm [Thu, 27 Jul 2006 23:28:26 +0200] rev 20241
no_vars: based on Variable.import; tuned;
Thu, 27 Jul 2006 23:28:25 +0200 added fix_frees (from Isar/proof_context.ML);
wenzelm [Thu, 27 Jul 2006 23:28:25 +0200] rev 20240
added fix_frees (from Isar/proof_context.ML);
Thu, 27 Jul 2006 23:28:23 +0200 declare_term_names: cover types as well;
wenzelm [Thu, 27 Jul 2006 23:28:23 +0200] rev 20239
declare_term_names: cover types as well; removed unused zero_var_indexesT; tuned;
Thu, 27 Jul 2006 15:33:21 +0200 eliminated obsolete freeze_thaw;
wenzelm [Thu, 27 Jul 2006 15:33:21 +0200] rev 20238
eliminated obsolete freeze_thaw;
Thu, 27 Jul 2006 14:21:57 +0200 type annotation added to make SML/NJ happy
webertj [Thu, 27 Jul 2006 14:21:57 +0200] rev 20237
type annotation added to make SML/NJ happy
Thu, 27 Jul 2006 13:44:03 +0200 "moved basic assumption operations from structure ProofContext to Assumption;"
wenzelm [Thu, 27 Jul 2006 13:44:03 +0200] rev 20236
"moved basic assumption operations from structure ProofContext to Assumption;"
Thu, 27 Jul 2006 13:43:13 +0200 ProofContext.legacy_pretty_thm;
wenzelm [Thu, 27 Jul 2006 13:43:13 +0200] rev 20235
ProofContext.legacy_pretty_thm;
Thu, 27 Jul 2006 13:43:12 +0200 added legacy_pretty_thm (with fall-back on ProtoPure.thy);
wenzelm [Thu, 27 Jul 2006 13:43:12 +0200] rev 20234
added legacy_pretty_thm (with fall-back on ProtoPure.thy); moved basic assumption operations to assumption.ML; tuned;
Thu, 27 Jul 2006 13:43:11 +0200 Assumption.assume;
wenzelm [Thu, 27 Jul 2006 13:43:11 +0200] rev 20233
Assumption.assume; moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
Thu, 27 Jul 2006 13:43:10 +0200 removed obsolete is_fact (cf. Thm.no_prems);
wenzelm [Thu, 27 Jul 2006 13:43:10 +0200] rev 20232
removed obsolete is_fact (cf. Thm.no_prems);
Thu, 27 Jul 2006 13:43:09 +0200 tuned interfaces;
wenzelm [Thu, 27 Jul 2006 13:43:09 +0200] rev 20231
tuned interfaces; moved basic assumption operations from structure ProofContext to Assumption;
Thu, 27 Jul 2006 13:43:08 +0200 read_def_cterms (legacy version): Consts.certify;
wenzelm [Thu, 27 Jul 2006 13:43:08 +0200] rev 20230
read_def_cterms (legacy version): Consts.certify;
Thu, 27 Jul 2006 13:43:07 +0200 Assumption.assume;
wenzelm [Thu, 27 Jul 2006 13:43:07 +0200] rev 20229
Assumption.assume;
Thu, 27 Jul 2006 13:43:06 +0200 moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
wenzelm [Thu, 27 Jul 2006 13:43:06 +0200] rev 20228
moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
Thu, 27 Jul 2006 13:43:05 +0200 removed obsolete equal_abs_elim(_list);
wenzelm [Thu, 27 Jul 2006 13:43:05 +0200] rev 20227
removed obsolete equal_abs_elim(_list);
Thu, 27 Jul 2006 13:43:04 +0200 removed obsolete pretty_thm_no_quote;
wenzelm [Thu, 27 Jul 2006 13:43:04 +0200] rev 20226
removed obsolete pretty_thm_no_quote;
Thu, 27 Jul 2006 13:43:03 +0200 added Pure/assumption.ML;
wenzelm [Thu, 27 Jul 2006 13:43:03 +0200] rev 20225
added Pure/assumption.ML;
Thu, 27 Jul 2006 13:43:01 +0200 moved basic assumption operations from structure ProofContext to Assumption;
wenzelm [Thu, 27 Jul 2006 13:43:01 +0200] rev 20224
moved basic assumption operations from structure ProofContext to Assumption;
Thu, 27 Jul 2006 13:43:00 +0200 tuned proofs;
wenzelm [Thu, 27 Jul 2006 13:43:00 +0200] rev 20223
tuned proofs;
Thu, 27 Jul 2006 13:42:59 +0200 Local assumptions, parameterized by export rules.
wenzelm [Thu, 27 Jul 2006 13:42:59 +0200] rev 20222
Local assumptions, parameterized by export rules.
Wed, 26 Jul 2006 19:37:44 +0200 updated;
wenzelm [Wed, 26 Jul 2006 19:37:44 +0200] rev 20221
updated;
Wed, 26 Jul 2006 19:37:43 +0200 import(T): result includes fixed types/terms;
wenzelm [Wed, 26 Jul 2006 19:37:43 +0200] rev 20220
import(T): result includes fixed types/terms; focus: tuned interface;
Wed, 26 Jul 2006 19:37:42 +0200 focus: result record includes (fixed) schematic variables;
wenzelm [Wed, 26 Jul 2006 19:37:42 +0200] rev 20219
focus: result record includes (fixed) schematic variables; SUBGOAL: disallow pending subgoals, more robust re-composition;
Wed, 26 Jul 2006 19:37:41 +0200 Variable.import(T): result includes fixed types/terms;
wenzelm [Wed, 26 Jul 2006 19:37:41 +0200] rev 20218
Variable.import(T): result includes fixed types/terms;
Wed, 26 Jul 2006 19:23:04 +0200 linear arithmetic splits certain operators (e.g. min, max, abs)
webertj [Wed, 26 Jul 2006 19:23:04 +0200] rev 20217
linear arithmetic splits certain operators (e.g. min, max, abs)
Wed, 26 Jul 2006 13:31:07 +0200 added eval_term
haftmann [Wed, 26 Jul 2006 13:31:07 +0200] rev 20216
added eval_term
Wed, 26 Jul 2006 11:32:55 +0200 updated;
wenzelm [Wed, 26 Jul 2006 11:32:55 +0200] rev 20215
updated;
Wed, 26 Jul 2006 11:32:50 +0200 fixed LaTeX problem;
wenzelm [Wed, 26 Jul 2006 11:32:50 +0200] rev 20214
fixed LaTeX problem;
Wed, 26 Jul 2006 10:09:25 +0200 added eval_term
haftmann [Wed, 26 Jul 2006 10:09:25 +0200] rev 20213
added eval_term
Wed, 26 Jul 2006 09:50:23 +0200 Removed wrong sentence (Simon Funke)
nipkow [Wed, 26 Jul 2006 09:50:23 +0200] rev 20212
Removed wrong sentence (Simon Funke)
Wed, 26 Jul 2006 00:44:49 +0200 moved pprint functions to Isar/proof_display.ML;
wenzelm [Wed, 26 Jul 2006 00:44:49 +0200] rev 20211
moved pprint functions to Isar/proof_display.ML;
Wed, 26 Jul 2006 00:44:48 +0200 Tactical operations depending on local subgoal structure.
wenzelm [Wed, 26 Jul 2006 00:44:48 +0200] rev 20210
Tactical operations depending on local subgoal structure.
Wed, 26 Jul 2006 00:44:47 +0200 moved pprint functions to Isar/proof_display.ML;
wenzelm [Wed, 26 Jul 2006 00:44:47 +0200] rev 20209
moved pprint functions to Isar/proof_display.ML; added primitive add_assumes; tuned internal prems: no names;
Wed, 26 Jul 2006 00:44:46 +0200 export goal_tac (was internal refine_tac);
wenzelm [Wed, 26 Jul 2006 00:44:46 +0200] rev 20208
export goal_tac (was internal refine_tac);
Wed, 26 Jul 2006 00:44:44 +0200 added Pure/subgoal.ML;
wenzelm [Wed, 26 Jul 2006 00:44:44 +0200] rev 20207
added Pure/subgoal.ML;
Tue, 25 Jul 2006 23:17:42 +0200 updated;
wenzelm [Tue, 25 Jul 2006 23:17:42 +0200] rev 20206
updated;
Tue, 25 Jul 2006 23:17:41 +0200 raw symbols: disallow dot to avoid confusion in NameSpace.unpack;
wenzelm [Tue, 25 Jul 2006 23:17:41 +0200] rev 20205
raw symbols: disallow dot to avoid confusion in NameSpace.unpack;
Tue, 25 Jul 2006 21:18:12 +0200 avoid Term.is_funtype;
wenzelm [Tue, 25 Jul 2006 21:18:12 +0200] rev 20204
avoid Term.is_funtype;
Tue, 25 Jul 2006 21:18:11 +0200 avoid structure Char;
wenzelm [Tue, 25 Jul 2006 21:18:11 +0200] rev 20203
avoid structure Char;
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip