wenzelm [Thu, 19 Jun 2008 20:48:03 +0200] rev 27279
moved add_used to Isar/rule_insts.ML;
wenzelm [Thu, 19 Jun 2008 20:48:02 +0200] rev 27278
export read_typ/cert_typ -- version with regular context operations;
tuned;
wenzelm [Thu, 19 Jun 2008 20:48:01 +0200] rev 27277
export read_typ/cert_typ -- version with regular context operations;
wenzelm [Thu, 19 Jun 2008 20:48:00 +0200] rev 27276
tuned signature;
removed duplicate of RecordPackage.read_typ;
replaced Typetab by existing Typtab;
wenzelm [Thu, 19 Jun 2008 20:47:58 +0200] rev 27275
removed duplicate of DatatypePackage.read_typ;
huffman [Thu, 19 Jun 2008 20:34:28 +0200] rev 27274
add lemma cfcomp_LAM
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);
urbanc [Thu, 19 Jun 2008 15:47:26 +0200] rev 27272
slightly tuned
krauss [Thu, 19 Jun 2008 11:46:14 +0200] rev 27271
generalized induct_scheme method to prove conditional induction schemes.
huffman [Thu, 19 Jun 2008 00:02:08 +0200] rev 27270
add lemma iterate_iterate
wenzelm [Wed, 18 Jun 2008 23:15:41 +0200] rev 27269
* Disposed old term read functions;
huffman [Wed, 18 Jun 2008 23:07:30 +0200] rev 27268
replace preorder class with locale
huffman [Wed, 18 Jun 2008 23:03:11 +0200] rev 27267
add lemma compact_imp_principal to locale ideal_completion
wenzelm [Wed, 18 Jun 2008 22:32:06 +0200] rev 27266
added type_constraint (formerly in type_infer.ML, which is now loaded later);
wenzelm [Wed, 18 Jun 2008 22:32:04 +0200] rev 27265
TypeExt.type_constraint;
wenzelm [Wed, 18 Jun 2008 22:32:03 +0200] rev 27264
simplified TypeInfer.infer_types;
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;
wenzelm [Wed, 18 Jun 2008 22:32:01 +0200] rev 27262
load type_infer.ML after Syntax module;
wenzelm [Wed, 18 Jun 2008 18:55:10 +0200] rev 27261
eliminated old Sign.read_term/Thm.read_cterm etc.;
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);
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;
wenzelm [Wed, 18 Jun 2008 18:55:06 +0200] rev 27258
moved ProofContext.pretty_proof to ProofSyntax.pretty_proof;
wenzelm [Wed, 18 Jun 2008 18:55:05 +0200] rev 27257
removed obsolete term reading operations (cf. old_goals.ML for legacy emulations);
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);
wenzelm [Wed, 18 Jun 2008 18:55:03 +0200] rev 27255
removed obsolete read_def_cterms/read_cterm;
wenzelm [Wed, 18 Jun 2008 18:55:02 +0200] rev 27254
load proof term operations later;
wenzelm [Wed, 18 Jun 2008 18:55:01 +0200] rev 27253
more antiquotations;
wenzelm [Wed, 18 Jun 2008 18:55:00 +0200] rev 27252
OldGoals.read_prop;
wenzelm [Wed, 18 Jun 2008 18:54:59 +0200] rev 27251
OldGoals.simple_read_term;
wenzelm [Wed, 18 Jun 2008 18:54:57 +0200] rev 27250
simplified Abel_Cancel setup;
wenzelm [Wed, 18 Jun 2008 16:55:44 +0200] rev 27249
updated generated file;
wenzelm [Wed, 18 Jun 2008 16:55:21 +0200] rev 27248
pervasive cut_inst_tac;
urbanc [Tue, 17 Jun 2008 04:19:50 +0200] rev 27247
added a progress lemma and tuned some comments
wenzelm [Mon, 16 Jun 2008 22:20:59 +0200] rev 27246
* Rules and tactics that read instantiations now demand a proper context;
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;
wenzelm [Mon, 16 Jun 2008 22:13:52 +0200] rev 27244
renamed rename_params_tac to rename_tac;
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;
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;
wenzelm [Mon, 16 Jun 2008 22:13:47 +0200] rev 27241
removed obsolete global read_insts/read_instantiate (cf. Isar/rule_insts.ML);
wenzelm [Mon, 16 Jun 2008 22:13:46 +0200] rev 27240
inst1_tac: proper context;
wenzelm [Mon, 16 Jun 2008 22:13:39 +0200] rev 27239
pervasive RuleInsts;
wenzelm [Mon, 16 Jun 2008 17:56:08 +0200] rev 27238
updated generated file;
wenzelm [Mon, 16 Jun 2008 17:54:51 +0200] rev 27237
converted ML proofs;
wenzelm [Mon, 16 Jun 2008 17:54:50 +0200] rev 27236
added read_instantiate;
wenzelm [Mon, 16 Jun 2008 17:54:49 +0200] rev 27235
ML tactic: do not abstract over context again;
wenzelm [Mon, 16 Jun 2008 17:54:48 +0200] rev 27234
export eof;
wenzelm [Mon, 16 Jun 2008 17:54:47 +0200] rev 27233
removed obsolete inst;
wenzelm [Mon, 16 Jun 2008 17:54:46 +0200] rev 27232
atomize: proper context;
RuleInsts.read_instantiate;
wenzelm [Mon, 16 Jun 2008 17:54:45 +0200] rev 27231
atomize: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:43 +0200] rev 27230
RuleInsts.read_instantiate;
wenzelm [Mon, 16 Jun 2008 17:54:42 +0200] rev 27229
ptac/prolog_tac: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:39 +0200] rev 27228
allE_Nil: only one copy, proven in regular theory source;
wenzelm [Mon, 16 Jun 2008 17:54:38 +0200] rev 27227
deriv_tac/DERIV_tac: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:36 +0200] rev 27226
sum3_instantiate: proper context;
wenzelm [Mon, 16 Jun 2008 17:54:35 +0200] rev 27225
eliminated OldGoals.inst;
wenzelm [Mon, 16 Jun 2008 14:18:55 +0200] rev 27224
updated generated file;
wenzelm [Mon, 16 Jun 2008 14:18:45 +0200] rev 27223
method "tactic": only "facts" as bound value;
added method "raw_tactic";
chaieb [Mon, 16 Jun 2008 11:47:46 +0200] rev 27222
Export a wrapper for all semiring_normalizers
wenzelm [Sat, 14 Jun 2008 23:52:51 +0200] rev 27221
proper context for tactics derived from res_inst_tac;
wenzelm [Sat, 14 Jun 2008 23:33:43 +0200] rev 27220
added ~: and ~=;
fixed SOME, which is now \<some> not \<epsilon>;