webertj [Sat, 29 Jul 2006 13:15:12 +0200] rev 20254
lin_arith_prover splits certain operators (e.g. min, max, abs)
wenzelm [Sat, 29 Jul 2006 00:51:36 +0200] rev 20253
rename legacy_pretty_thm to pretty_thm_legacy;
wenzelm [Sat, 29 Jul 2006 00:51:34 +0200] rev 20252
tuned comment;
wenzelm [Sat, 29 Jul 2006 00:51:33 +0200] rev 20251
added add_fixes_direct;
tuned;
wenzelm [Sat, 29 Jul 2006 00:51:32 +0200] rev 20250
prove: proper assumption context, more tactic arguments;
tuned;
wenzelm [Sat, 29 Jul 2006 00:51:31 +0200] rev 20249
added mk_conjunction_list;
wenzelm [Sat, 29 Jul 2006 00:51:29 +0200] rev 20248
Goal.prove: more tactic arguments;
paulson [Fri, 28 Jul 2006 18:37:25 +0200] rev 20247
Checking for unsound proofs. Tidying.
paulson [Fri, 28 Jul 2006 18:36:24 +0200] rev 20246
"all theorems" mode forces definition-expansion off.
signature tidying
webertj [Fri, 28 Jul 2006 18:11:22 +0200] rev 20245
title fixed
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;
wenzelm [Thu, 27 Jul 2006 23:28:28 +0200] rev 20243
renamed ProofContext.fix_frees to Variable.fix_frees;
wenzelm [Thu, 27 Jul 2006 23:28:27 +0200] rev 20242
replaced ProofContext.extern_skolem by slightly more simplistic ProofContext.revert_skolems;
wenzelm [Thu, 27 Jul 2006 23:28:26 +0200] rev 20241
no_vars: based on Variable.import;
tuned;
wenzelm [Thu, 27 Jul 2006 23:28:25 +0200] rev 20240
added fix_frees (from Isar/proof_context.ML);
wenzelm [Thu, 27 Jul 2006 23:28:23 +0200] rev 20239
declare_term_names: cover types as well;
removed unused zero_var_indexesT;
tuned;
wenzelm [Thu, 27 Jul 2006 15:33:21 +0200] rev 20238
eliminated obsolete freeze_thaw;
webertj [Thu, 27 Jul 2006 14:21:57 +0200] rev 20237
type annotation added to make SML/NJ happy
wenzelm [Thu, 27 Jul 2006 13:44:03 +0200] rev 20236
"moved basic assumption operations from structure ProofContext to Assumption;"
wenzelm [Thu, 27 Jul 2006 13:43:13 +0200] rev 20235
ProofContext.legacy_pretty_thm;
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;
wenzelm [Thu, 27 Jul 2006 13:43:11 +0200] rev 20233
Assumption.assume;
moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
wenzelm [Thu, 27 Jul 2006 13:43:10 +0200] rev 20232
removed obsolete is_fact (cf. Thm.no_prems);
wenzelm [Thu, 27 Jul 2006 13:43:09 +0200] rev 20231
tuned interfaces;
moved basic assumption operations from structure ProofContext to Assumption;
wenzelm [Thu, 27 Jul 2006 13:43:08 +0200] rev 20230
read_def_cterms (legacy version): Consts.certify;
wenzelm [Thu, 27 Jul 2006 13:43:07 +0200] rev 20229
Assumption.assume;
wenzelm [Thu, 27 Jul 2006 13:43:06 +0200] rev 20228
moved Goal.norm_hhf(_protect) to meta_simplifier.ML (pervasive);
wenzelm [Thu, 27 Jul 2006 13:43:05 +0200] rev 20227
removed obsolete equal_abs_elim(_list);
wenzelm [Thu, 27 Jul 2006 13:43:04 +0200] rev 20226
removed obsolete pretty_thm_no_quote;
wenzelm [Thu, 27 Jul 2006 13:43:03 +0200] rev 20225
added Pure/assumption.ML;