Thu, 19 Jun 2008 20:48:06 +0200 private add_used (from drule.ML);
wenzelm [Thu, 19 Jun 2008 20:48:06 +0200] rev 27282
private add_used (from drule.ML); Variable.declare_names;
Thu, 19 Jun 2008 20:48:05 +0200 Variable.declare_typ;
wenzelm [Thu, 19 Jun 2008 20:48:05 +0200] rev 27281
Variable.declare_typ;
Thu, 19 Jun 2008 20:48:04 +0200 added declare_typ;
wenzelm [Thu, 19 Jun 2008 20:48:04 +0200] rev 27280
added declare_typ;
Thu, 19 Jun 2008 20:48:03 +0200 moved add_used to Isar/rule_insts.ML;
wenzelm [Thu, 19 Jun 2008 20:48:03 +0200] rev 27279
moved add_used to Isar/rule_insts.ML;
Thu, 19 Jun 2008 20:48:02 +0200 export read_typ/cert_typ -- version with regular context operations;
wenzelm [Thu, 19 Jun 2008 20:48:02 +0200] rev 27278
export read_typ/cert_typ -- version with regular context operations; tuned;
Thu, 19 Jun 2008 20:48:01 +0200 export read_typ/cert_typ -- version with regular context operations;
wenzelm [Thu, 19 Jun 2008 20:48:01 +0200] rev 27277
export read_typ/cert_typ -- version with regular context operations;
Thu, 19 Jun 2008 20:48:00 +0200 tuned signature;
wenzelm [Thu, 19 Jun 2008 20:48:00 +0200] rev 27276
tuned signature; removed duplicate of RecordPackage.read_typ; replaced Typetab by existing Typtab;
Thu, 19 Jun 2008 20:47:58 +0200 removed duplicate of DatatypePackage.read_typ;
wenzelm [Thu, 19 Jun 2008 20:47:58 +0200] rev 27275
removed duplicate of DatatypePackage.read_typ;
Thu, 19 Jun 2008 20:34:28 +0200 add lemma cfcomp_LAM
huffman [Thu, 19 Jun 2008 20:34:28 +0200] rev 27274
add lemma cfcomp_LAM
Thu, 19 Jun 2008 17:32:18 +0200 add_abbrev: check tfrees of rhs, not tvars (addresses a lapse introduced in 1.65);
wenzelm [Thu, 19 Jun 2008 17:32:18 +0200] rev 27273
add_abbrev: check tfrees of rhs, not tvars (addresses a lapse introduced in 1.65);
Thu, 19 Jun 2008 15:47:26 +0200 slightly tuned
urbanc [Thu, 19 Jun 2008 15:47:26 +0200] rev 27272
slightly tuned
Thu, 19 Jun 2008 11:46:14 +0200 generalized induct_scheme method to prove conditional induction schemes.
krauss [Thu, 19 Jun 2008 11:46:14 +0200] rev 27271
generalized induct_scheme method to prove conditional induction schemes.
Thu, 19 Jun 2008 00:02:08 +0200 add lemma iterate_iterate
huffman [Thu, 19 Jun 2008 00:02:08 +0200] rev 27270
add lemma iterate_iterate
Wed, 18 Jun 2008 23:15:41 +0200 * Disposed old term read functions;
wenzelm [Wed, 18 Jun 2008 23:15:41 +0200] rev 27269
* Disposed old term read functions;
Wed, 18 Jun 2008 23:07:30 +0200 replace preorder class with locale
huffman [Wed, 18 Jun 2008 23:07:30 +0200] rev 27268
replace preorder class with locale
Wed, 18 Jun 2008 23:03:11 +0200 add lemma compact_imp_principal to locale ideal_completion
huffman [Wed, 18 Jun 2008 23:03:11 +0200] rev 27267
add lemma compact_imp_principal to locale ideal_completion
Wed, 18 Jun 2008 22:32:06 +0200 added type_constraint (formerly in type_infer.ML, which is now loaded later);
wenzelm [Wed, 18 Jun 2008 22:32:06 +0200] rev 27266
added type_constraint (formerly in type_infer.ML, which is now loaded later);
Wed, 18 Jun 2008 22:32:04 +0200 TypeExt.type_constraint;
wenzelm [Wed, 18 Jun 2008 22:32:04 +0200] rev 27265
TypeExt.type_constraint;
Wed, 18 Jun 2008 22:32:03 +0200 simplified TypeInfer.infer_types;
wenzelm [Wed, 18 Jun 2008 22:32:03 +0200] rev 27264
simplified TypeInfer.infer_types;
Wed, 18 Jun 2008 22:32:02 +0200 improved error output -- variant/mark bounds;
wenzelm [Wed, 18 Jun 2008 22:32:02 +0200] rev 27263
improved error output -- variant/mark bounds; simplified infer_types -- always freeze, no result substitution;
Wed, 18 Jun 2008 22:32:01 +0200 load type_infer.ML after Syntax module;
wenzelm [Wed, 18 Jun 2008 22:32:01 +0200] rev 27262
load type_infer.ML after Syntax module;
Wed, 18 Jun 2008 18:55:10 +0200 eliminated old Sign.read_term/Thm.read_cterm etc.;
wenzelm [Wed, 18 Jun 2008 18:55:10 +0200] rev 27261
eliminated old Sign.read_term/Thm.read_cterm etc.;
Wed, 18 Jun 2008 18:55:08 +0200 moved ProofContext.pretty_proof to ProofSyntax.pretty_proof;
wenzelm [Wed, 18 Jun 2008 18:55:08 +0200] rev 27260
moved ProofContext.pretty_proof to ProofSyntax.pretty_proof; read_term: imitate old behaviour (allow_dummies, mode_schematic);
Wed, 18 Jun 2008 18:55:07 +0200 export transfer_syntax;
wenzelm [Wed, 18 Jun 2008 18:55:07 +0200] rev 27259
export transfer_syntax; added allow_dummies feature (for legacy emulations); moved ProofContext.pretty_proof to ProofSyntax.pretty_proof;
Wed, 18 Jun 2008 18:55:06 +0200 moved ProofContext.pretty_proof to ProofSyntax.pretty_proof;
wenzelm [Wed, 18 Jun 2008 18:55:06 +0200] rev 27258
moved ProofContext.pretty_proof to ProofSyntax.pretty_proof;
Wed, 18 Jun 2008 18:55:05 +0200 removed obsolete term reading operations (cf. old_goals.ML for legacy emulations);
wenzelm [Wed, 18 Jun 2008 18:55:05 +0200] rev 27257
removed obsolete term reading operations (cf. old_goals.ML for legacy emulations);
Wed, 18 Jun 2008 18:55:04 +0200 added emulations for simple_read_term/read_term/read_prop (formerly in sign.ML);
wenzelm [Wed, 18 Jun 2008 18:55:04 +0200] rev 27256
added emulations for simple_read_term/read_term/read_prop (formerly in sign.ML);
Wed, 18 Jun 2008 18:55:03 +0200 removed obsolete read_def_cterms/read_cterm;
wenzelm [Wed, 18 Jun 2008 18:55:03 +0200] rev 27255
removed obsolete read_def_cterms/read_cterm;
Wed, 18 Jun 2008 18:55:02 +0200 load proof term operations later;
wenzelm [Wed, 18 Jun 2008 18:55:02 +0200] rev 27254
load proof term operations later;
Wed, 18 Jun 2008 18:55:01 +0200 more antiquotations;
wenzelm [Wed, 18 Jun 2008 18:55:01 +0200] rev 27253
more antiquotations;
Wed, 18 Jun 2008 18:55:00 +0200 OldGoals.read_prop;
wenzelm [Wed, 18 Jun 2008 18:55:00 +0200] rev 27252
OldGoals.read_prop;
Wed, 18 Jun 2008 18:54:59 +0200 OldGoals.simple_read_term;
wenzelm [Wed, 18 Jun 2008 18:54:59 +0200] rev 27251
OldGoals.simple_read_term;
Wed, 18 Jun 2008 18:54:57 +0200 simplified Abel_Cancel setup;
wenzelm [Wed, 18 Jun 2008 18:54:57 +0200] rev 27250
simplified Abel_Cancel setup;
Wed, 18 Jun 2008 16:55:44 +0200 updated generated file;
wenzelm [Wed, 18 Jun 2008 16:55:44 +0200] rev 27249
updated generated file;
Wed, 18 Jun 2008 16:55:21 +0200 pervasive cut_inst_tac;
wenzelm [Wed, 18 Jun 2008 16:55:21 +0200] rev 27248
pervasive cut_inst_tac;
Tue, 17 Jun 2008 04:19:50 +0200 added a progress lemma and tuned some comments
urbanc [Tue, 17 Jun 2008 04:19:50 +0200] rev 27247
added a progress lemma and tuned some comments
Mon, 16 Jun 2008 22:20:59 +0200 * Rules and tactics that read instantiations now demand a proper context;
wenzelm [Mon, 16 Jun 2008 22:20:59 +0200] rev 27246
* Rules and tactics that read instantiations now demand a proper context;
Mon, 16 Jun 2008 22:13:54 +0200 added instantiate_tac, cut_inst_tac, forw_inst_tac, dres_inst_tac, make_elim_preserve (from tactic.ML);
wenzelm [Mon, 16 Jun 2008 22:13:54 +0200] rev 27245
added instantiate_tac, cut_inst_tac, forw_inst_tac, dres_inst_tac, make_elim_preserve (from tactic.ML); pervasive operations; tuned;
Mon, 16 Jun 2008 22:13:52 +0200 renamed rename_params_tac to rename_tac;
wenzelm [Mon, 16 Jun 2008 22:13:52 +0200] rev 27244
renamed rename_params_tac to rename_tac;
Mon, 16 Jun 2008 22:13:50 +0200 removed obsolete global instantiation tactics (cf. Isar/rule_insts.ML);
wenzelm [Mon, 16 Jun 2008 22:13:50 +0200] rev 27243
removed obsolete global instantiation tactics (cf. Isar/rule_insts.ML); removed obsolete rename_tac, rename_last_tac; renamed rename_params_tac to rename_tac;
Mon, 16 Jun 2008 22:13:49 +0200 removed obsolete no_qed, quick_and_dirty_prove_goalw_cterm;
wenzelm [Mon, 16 Jun 2008 22:13:49 +0200] rev 27242
removed obsolete no_qed, quick_and_dirty_prove_goalw_cterm; removed obsolete abbreviations for ML tactic scripts;
Mon, 16 Jun 2008 22:13:47 +0200 removed obsolete global read_insts/read_instantiate (cf. Isar/rule_insts.ML);
wenzelm [Mon, 16 Jun 2008 22:13:47 +0200] rev 27241
removed obsolete global read_insts/read_instantiate (cf. Isar/rule_insts.ML);
Mon, 16 Jun 2008 22:13:46 +0200 inst1_tac: proper context;
wenzelm [Mon, 16 Jun 2008 22:13:46 +0200] rev 27240
inst1_tac: proper context;
Mon, 16 Jun 2008 22:13:39 +0200 pervasive RuleInsts;
wenzelm [Mon, 16 Jun 2008 22:13:39 +0200] rev 27239
pervasive RuleInsts;
Mon, 16 Jun 2008 17:56:08 +0200 updated generated file;
wenzelm [Mon, 16 Jun 2008 17:56:08 +0200] rev 27238
updated generated file;
Mon, 16 Jun 2008 17:54:51 +0200 converted ML proofs;
wenzelm [Mon, 16 Jun 2008 17:54:51 +0200] rev 27237
converted ML proofs;
Mon, 16 Jun 2008 17:54:50 +0200 added read_instantiate;
wenzelm [Mon, 16 Jun 2008 17:54:50 +0200] rev 27236
added read_instantiate;
Mon, 16 Jun 2008 17:54:49 +0200 ML tactic: do not abstract over context again;
wenzelm [Mon, 16 Jun 2008 17:54:49 +0200] rev 27235
ML tactic: do not abstract over context again;
Mon, 16 Jun 2008 17:54:48 +0200 export eof;
wenzelm [Mon, 16 Jun 2008 17:54:48 +0200] rev 27234
export eof;
Mon, 16 Jun 2008 17:54:47 +0200 removed obsolete inst;
wenzelm [Mon, 16 Jun 2008 17:54:47 +0200] rev 27233
removed obsolete inst;
Mon, 16 Jun 2008 17:54:46 +0200 atomize: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:46 +0200] rev 27232
atomize: proper context; RuleInsts.read_instantiate;
Mon, 16 Jun 2008 17:54:45 +0200 atomize: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:45 +0200] rev 27231
atomize: proper context;
Mon, 16 Jun 2008 17:54:43 +0200 RuleInsts.read_instantiate;
wenzelm [Mon, 16 Jun 2008 17:54:43 +0200] rev 27230
RuleInsts.read_instantiate;
Mon, 16 Jun 2008 17:54:42 +0200 ptac/prolog_tac: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:42 +0200] rev 27229
ptac/prolog_tac: proper context;
Mon, 16 Jun 2008 17:54:39 +0200 allE_Nil: only one copy, proven in regular theory source;
wenzelm [Mon, 16 Jun 2008 17:54:39 +0200] rev 27228
allE_Nil: only one copy, proven in regular theory source;
Mon, 16 Jun 2008 17:54:38 +0200 deriv_tac/DERIV_tac: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:38 +0200] rev 27227
deriv_tac/DERIV_tac: proper context;
Mon, 16 Jun 2008 17:54:36 +0200 sum3_instantiate: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:36 +0200] rev 27226
sum3_instantiate: proper context;
Mon, 16 Jun 2008 17:54:35 +0200 eliminated OldGoals.inst;
wenzelm [Mon, 16 Jun 2008 17:54:35 +0200] rev 27225
eliminated OldGoals.inst;
Mon, 16 Jun 2008 14:18:55 +0200 updated generated file;
wenzelm [Mon, 16 Jun 2008 14:18:55 +0200] rev 27224
updated generated file;
Mon, 16 Jun 2008 14:18:45 +0200 method "tactic": only "facts" as bound value;
wenzelm [Mon, 16 Jun 2008 14:18:45 +0200] rev 27223
method "tactic": only "facts" as bound value; added method "raw_tactic";
Mon, 16 Jun 2008 11:47:46 +0200 Export a wrapper for all semiring_normalizers
chaieb [Mon, 16 Jun 2008 11:47:46 +0200] rev 27222
Export a wrapper for all semiring_normalizers
Sat, 14 Jun 2008 23:52:51 +0200 proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 23:52:51 +0200] rev 27221
proper context for tactics derived from res_inst_tac;
Sat, 14 Jun 2008 23:33:43 +0200 added ~: and ~=;
wenzelm [Sat, 14 Jun 2008 23:33:43 +0200] rev 27220
added ~: and ~=; fixed SOME, which is now \<some> not \<epsilon>;
Sat, 14 Jun 2008 23:20:12 +0200 export subgoal_tac, subgoals_tac, thin_tac;
wenzelm [Sat, 14 Jun 2008 23:20:12 +0200] rev 27219
export subgoal_tac, subgoals_tac, thin_tac;
Sat, 14 Jun 2008 23:20:11 +0200 prove: full Variable.declare_term, including constraints;
wenzelm [Sat, 14 Jun 2008 23:20:11 +0200] rev 27218
prove: full Variable.declare_term, including constraints;
Sat, 14 Jun 2008 23:20:10 +0200 prove_standard: more precises argument passing;
wenzelm [Sat, 14 Jun 2008 23:20:10 +0200] rev 27217
prove_standard: more precises argument passing; proper context for tactics derived from res_inst_tac;
Sat, 14 Jun 2008 23:20:09 +0200 InductTacs.case_tac: removed obsolete declare, which is now part of Goal.prove;
wenzelm [Sat, 14 Jun 2008 23:20:09 +0200] rev 27216
InductTacs.case_tac: removed obsolete declare, which is now part of Goal.prove;
Sat, 14 Jun 2008 23:20:07 +0200 simplified InductTacs.case_tac/induct_tac;
wenzelm [Sat, 14 Jun 2008 23:20:07 +0200] rev 27215
simplified InductTacs.case_tac/induct_tac;
Sat, 14 Jun 2008 23:20:06 +0200 tuned proof;
wenzelm [Sat, 14 Jun 2008 23:20:06 +0200] rev 27214
tuned proof;
Sat, 14 Jun 2008 23:20:05 +0200 removed obsolete nat_induct_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:05 +0200] rev 27213
removed obsolete nat_induct_tac -- cannot work without;
Sat, 14 Jun 2008 23:20:03 +0200 removed obsolete case_split_tac -- cannot work without;
wenzelm [Sat, 14 Jun 2008 23:20:03 +0200] rev 27212
removed obsolete case_split_tac -- cannot work without;
Sat, 14 Jun 2008 23:20:02 +0200 removed unused excluded_middle_tac;
wenzelm [Sat, 14 Jun 2008 23:20:02 +0200] rev 27211
removed unused excluded_middle_tac; proper context for tactics derived from res_inst_tac; tuned setup;
Sat, 14 Jun 2008 23:20:00 +0200 updated geenrated file;
wenzelm [Sat, 14 Jun 2008 23:20:00 +0200] rev 27210
updated geenrated file;
Sat, 14 Jun 2008 23:19:57 +0200 qualified old res_inst_tac variants;
wenzelm [Sat, 14 Jun 2008 23:19:57 +0200] rev 27209
qualified old res_inst_tac variants;
Sat, 14 Jun 2008 23:19:51 +0200 proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 23:19:51 +0200] rev 27208
proper context for tactics derived from res_inst_tac;
Sat, 14 Jun 2008 17:49:24 +0200 updated generated file;
wenzelm [Sat, 14 Jun 2008 17:49:24 +0200] rev 27207
updated generated file;
Sat, 14 Jun 2008 17:26:15 +0200 obsolete;
wenzelm [Sat, 14 Jun 2008 17:26:15 +0200] rev 27206
obsolete;
Sat, 14 Jun 2008 17:26:14 +0200 certify_term: reject qualified frees;
wenzelm [Sat, 14 Jun 2008 17:26:14 +0200] rev 27205
certify_term: reject qualified frees;
Sat, 14 Jun 2008 17:26:12 +0200 removed experimental Poplog/PML support;
wenzelm [Sat, 14 Jun 2008 17:26:12 +0200] rev 27204
removed experimental Poplog/PML support; removed obsolete ML_SUFFIX; some reformatting;
Sat, 14 Jun 2008 17:26:11 +0200 removed obsolete ML_SUFFIX;
wenzelm [Sat, 14 Jun 2008 17:26:11 +0200] rev 27203
removed obsolete ML_SUFFIX; some reformatting;
Sat, 14 Jun 2008 17:26:10 +0200 removed experimental Poplog/PML support;
wenzelm [Sat, 14 Jun 2008 17:26:10 +0200] rev 27202
removed experimental Poplog/PML support;
Sat, 14 Jun 2008 17:26:09 +0200 removed obsolete ML_SUFFIX;
wenzelm [Sat, 14 Jun 2008 17:26:09 +0200] rev 27201
removed obsolete ML_SUFFIX;
Sat, 14 Jun 2008 17:26:07 +0200 removed exotic 'token_translation' command;
wenzelm [Sat, 14 Jun 2008 17:26:07 +0200] rev 27200
removed exotic 'token_translation' command;
Sat, 14 Jun 2008 15:58:36 +0200 proper name for LinearQuantifierElim;
wenzelm [Sat, 14 Jun 2008 15:58:36 +0200] rev 27199
proper name for LinearQuantifierElim;
Sat, 14 Jun 2008 15:56:52 +0200 removed old theorem database;
wenzelm [Sat, 14 Jun 2008 15:56:52 +0200] rev 27198
removed old theorem database;
Fri, 13 Jun 2008 21:04:44 +0200 map_const: soft version, no failure here (recovers hiding of consts, because a hidden name is illegal and rejected later);
wenzelm [Fri, 13 Jun 2008 21:04:44 +0200] rev 27197
map_const: soft version, no failure here (recovers hiding of consts, because a hidden name is illegal and rejected later);
Fri, 13 Jun 2008 21:04:43 +0200 hide: delete all accesses from extra names -- reduces ambiguity in extern;
wenzelm [Fri, 13 Jun 2008 21:04:43 +0200] rev 27196
hide: delete all accesses from extra names -- reduces ambiguity in extern;
Fri, 13 Jun 2008 21:04:42 +0200 map_const: soft version, no failure here;
wenzelm [Fri, 13 Jun 2008 21:04:42 +0200] rev 27195
map_const: soft version, no failure here;
Fri, 13 Jun 2008 21:04:12 +0200 skolem_fact/thm: uniform numbering, even for singleton list;
wenzelm [Fri, 13 Jun 2008 21:04:12 +0200] rev 27194
skolem_fact/thm: uniform numbering, even for singleton list; declare_skofuns: eliminated recovery via Clausify_failure -- should be sufficiently robust as is;
Fri, 13 Jun 2008 21:04:10 +0200 hide (open);
wenzelm [Fri, 13 Jun 2008 21:04:10 +0200] rev 27193
hide (open);
Fri, 13 Jun 2008 21:04:09 +0200 no_notation instead of hide;
wenzelm [Fri, 13 Jun 2008 21:04:09 +0200] rev 27192
no_notation instead of hide;
Fri, 13 Jun 2008 21:04:07 +0200 * Recovered hiding of consts;
wenzelm [Fri, 13 Jun 2008 21:04:07 +0200] rev 27191
* Recovered hiding of consts;
Fri, 13 Jun 2008 20:57:51 +0200 updated generated file;
wenzelm [Fri, 13 Jun 2008 20:57:51 +0200] rev 27190
updated generated file;
Fri, 13 Jun 2008 20:57:26 +0200 back to CodeTarget.code_width;
wenzelm [Fri, 13 Jun 2008 20:57:26 +0200] rev 27189
back to CodeTarget.code_width;
Fri, 13 Jun 2008 15:22:07 +0200 hide -> hide (open)
nipkow [Fri, 13 Jun 2008 15:22:07 +0200] rev 27188
hide -> hide (open)
Thu, 12 Jun 2008 23:12:54 +0200 use regular error function;
wenzelm [Thu, 12 Jun 2008 23:12:54 +0200] rev 27187
use regular error function;
Thu, 12 Jun 2008 22:41:03 +0200 add lemma finite_image_approx; remove unnecessary sort annotations
huffman [Thu, 12 Jun 2008 22:41:03 +0200] rev 27186
add lemma finite_image_approx; remove unnecessary sort annotations
Thu, 12 Jun 2008 22:30:00 +0200 change orientation of fix_eqI and convert to rule_format;
huffman [Thu, 12 Jun 2008 22:30:00 +0200] rev 27185
change orientation of fix_eqI and convert to rule_format; add lemma fix_ind2
Thu, 12 Jun 2008 22:29:51 +0200 export just one setup function;
wenzelm [Thu, 12 Jun 2008 22:29:51 +0200] rev 27184
export just one setup function; more antiquotations; to_nnf: import open, avoiding internal variables (bounds); ThmCache: added table of seen fact names; reorganized skolem_thm/skolem_fact/saturate_skolem_cache: maintain seen fact names, ensure idempotent operation for Theory.at_end; removed obsolete skolem attribute (NB: official fact name unavailable here);
Thu, 12 Jun 2008 22:29:50 +0200 removed obsolete skolem declarations -- done by Theory.at_end;
wenzelm [Thu, 12 Jun 2008 22:29:50 +0200] rev 27183
removed obsolete skolem declarations -- done by Theory.at_end;
Thu, 12 Jun 2008 22:29:49 +0200 tuned setup;
wenzelm [Thu, 12 Jun 2008 22:29:49 +0200] rev 27182
tuned setup;
Thu, 12 Jun 2008 22:14:07 +0200 remove unnecessary import of Ffun;
huffman [Thu, 12 Jun 2008 22:14:07 +0200] rev 27181
remove unnecessary import of Ffun; add lemma admD2
Thu, 12 Jun 2008 22:12:27 +0200 imports Ffun
huffman [Thu, 12 Jun 2008 22:12:27 +0200] rev 27180
imports Ffun
Thu, 12 Jun 2008 18:54:31 +0200 ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
wenzelm [Thu, 12 Jun 2008 18:54:31 +0200] rev 27179
ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context; eliminated obscure theory merge/transfer -- use explicit theory context instead;
Thu, 12 Jun 2008 18:54:29 +0200 ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
wenzelm [Thu, 12 Jun 2008 18:54:29 +0200] rev 27178
ResAxioms.cnf_axiom/cnf_rules_pairs: pass explicit theory context;
Thu, 12 Jun 2008 16:42:00 +0200 sane versions of (qualified_)thms_of_thy;
wenzelm [Thu, 12 Jun 2008 16:42:00 +0200] rev 27177
sane versions of (qualified_)thms_of_thy;
Thu, 12 Jun 2008 16:41:58 +0200 Facts.dest/export_static: content difference;
wenzelm [Thu, 12 Jun 2008 16:41:58 +0200] rev 27176
Facts.dest/export_static: content difference; tuned;
Thu, 12 Jun 2008 16:41:57 +0200 dest/export_static: content difference;
wenzelm [Thu, 12 Jun 2008 16:41:57 +0200] rev 27175
dest/export_static: content difference; tuned comments;
Thu, 12 Jun 2008 16:41:54 +0200 declare_skofuns/skolem: canonical argument order;
wenzelm [Thu, 12 Jun 2008 16:41:54 +0200] rev 27174
declare_skofuns/skolem: canonical argument order; minor tuning;
Thu, 12 Jun 2008 16:41:47 +0200 Facts.dest/export_static: content difference;
wenzelm [Thu, 12 Jun 2008 16:41:47 +0200] rev 27173
Facts.dest/export_static: content difference;
Thu, 12 Jun 2008 15:49:25 +0200 correction
nipkow [Thu, 12 Jun 2008 15:49:25 +0200] rev 27172
correction
Thu, 12 Jun 2008 14:46:15 +0200 tuned
nipkow [Thu, 12 Jun 2008 14:46:15 +0200] rev 27171
tuned
(0) -10000 -3000 -1000 -112 +112 +1000 +3000 +10000 +30000 tip