webertj [Wed, 02 Aug 2006 18:19:48 +0200] rev 20283
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Wed, 02 Aug 2006 16:50:41 +0200] rev 20282
lin_arith_prover splits certain operators (e.g. min, max, abs)
mengj [Wed, 02 Aug 2006 13:48:21 +0200] rev 20281
Only ignore too general axiom clauses, if the translation is partial- or constant-typed.
webertj [Wed, 02 Aug 2006 03:33:28 +0200] rev 20280
type annotations fixed (IntInf.int, to make SML/NJ happy)
webertj [Wed, 02 Aug 2006 01:48:09 +0200] rev 20279
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Wed, 02 Aug 2006 00:57:41 +0200] rev 20278
proof reconstruction now uses its own data structure to manage hyps; should be both faster and more robust
webertj [Tue, 01 Aug 2006 15:28:55 +0200] rev 20277
comment (timing information for last example) added
webertj [Tue, 01 Aug 2006 14:58:43 +0200] rev 20276
possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed
obua [Tue, 01 Aug 2006 13:51:16 +0200] rev 20275
removed skip
mengj [Tue, 01 Aug 2006 13:44:05 +0200] rev 20274
Added in code to check too general axiom clauses.
wenzelm [Tue, 01 Aug 2006 11:32:43 +0200] rev 20273
exported attrib;
webertj [Mon, 31 Jul 2006 21:06:40 +0200] rev 20272
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Mon, 31 Jul 2006 20:56:49 +0200] rev 20271
fixed a bug in function poly: decomposition of products
krauss [Mon, 31 Jul 2006 18:07:42 +0200] rev 20270
Function package can now do automatic splits of overlapping datatype patterns
krauss [Mon, 31 Jul 2006 18:05:40 +0200] rev 20269
Removed an "apply arith" where there are already "No Subgoals"
webertj [Mon, 31 Jul 2006 15:29:36 +0200] rev 20268
code reformatted
berghofe [Mon, 31 Jul 2006 14:08:42 +0200] rev 20267
Additional freshness constraints for FCB.
wenzelm [Sun, 30 Jul 2006 21:28:59 +0200] rev 20266
proper Element.generalize_facts;
wenzelm [Sun, 30 Jul 2006 21:28:58 +0200] rev 20265
add_consts: proper Sign.full_name;
sortcontext_of_typ: avoid freeze_thaw, tuned;
wenzelm [Sun, 30 Jul 2006 21:28:57 +0200] rev 20264
added generalize_facts;
tuned;
wenzelm [Sun, 30 Jul 2006 21:28:56 +0200] rev 20263
added maxidx_values;
wenzelm [Sun, 30 Jul 2006 21:28:55 +0200] rev 20262
export: refrain from adjusting maxidx;
wenzelm [Sun, 30 Jul 2006 21:28:54 +0200] rev 20261
adjust_maxidx: pass explicit lower bound;
tuned interfaces;
wenzelm [Sun, 30 Jul 2006 21:28:52 +0200] rev 20260
Thm.adjust_maxidx;
wenzelm [Sun, 30 Jul 2006 21:28:51 +0200] rev 20259
removed unused add_in_order/add_once (cf. OrdList.insert);
wenzelm [Sun, 30 Jul 2006 21:28:50 +0200] rev 20258
demod_rule: depend on context, proper Variable.import/export;
wenzelm [Sun, 30 Jul 2006 21:28:48 +0200] rev 20257
tuned proofs;
webertj [Sun, 30 Jul 2006 05:53:10 +0200] rev 20256
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Sun, 30 Jul 2006 02:06:01 +0200] rev 20255
bugfix related to cancel_div_mod simproc
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;
wenzelm [Thu, 27 Jul 2006 13:43:01 +0200] rev 20224
moved basic assumption operations from structure ProofContext to Assumption;
wenzelm [Thu, 27 Jul 2006 13:43:00 +0200] rev 20223
tuned proofs;
wenzelm [Thu, 27 Jul 2006 13:42:59 +0200] rev 20222
Local assumptions, parameterized by export rules.
wenzelm [Wed, 26 Jul 2006 19:37:44 +0200] rev 20221
updated;
wenzelm [Wed, 26 Jul 2006 19:37:43 +0200] rev 20220
import(T): result includes fixed types/terms;
focus: tuned interface;
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;
wenzelm [Wed, 26 Jul 2006 19:37:41 +0200] rev 20218
Variable.import(T): result includes fixed types/terms;
webertj [Wed, 26 Jul 2006 19:23:04 +0200] rev 20217
linear arithmetic splits certain operators (e.g. min, max, abs)
haftmann [Wed, 26 Jul 2006 13:31:07 +0200] rev 20216
added eval_term
wenzelm [Wed, 26 Jul 2006 11:32:55 +0200] rev 20215
updated;
wenzelm [Wed, 26 Jul 2006 11:32:50 +0200] rev 20214
fixed LaTeX problem;
haftmann [Wed, 26 Jul 2006 10:09:25 +0200] rev 20213
added eval_term
nipkow [Wed, 26 Jul 2006 09:50:23 +0200] rev 20212
Removed wrong sentence (Simon Funke)
wenzelm [Wed, 26 Jul 2006 00:44:49 +0200] rev 20211
moved pprint functions to Isar/proof_display.ML;
wenzelm [Wed, 26 Jul 2006 00:44:48 +0200] rev 20210
Tactical operations depending on local subgoal structure.
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;
wenzelm [Wed, 26 Jul 2006 00:44:46 +0200] rev 20208
export goal_tac (was internal refine_tac);
wenzelm [Wed, 26 Jul 2006 00:44:44 +0200] rev 20207
added Pure/subgoal.ML;
wenzelm [Tue, 25 Jul 2006 23:17:42 +0200] rev 20206
updated;
wenzelm [Tue, 25 Jul 2006 23:17:41 +0200] rev 20205
raw symbols: disallow dot to avoid confusion in NameSpace.unpack;
wenzelm [Tue, 25 Jul 2006 21:18:12 +0200] rev 20204
avoid Term.is_funtype;
wenzelm [Tue, 25 Jul 2006 21:18:11 +0200] rev 20203
avoid structure Char;
wenzelm [Tue, 25 Jul 2006 21:18:09 +0200] rev 20202
added variant_abs (from term.ML);
tuned;
wenzelm [Tue, 25 Jul 2006 21:18:08 +0200] rev 20201
added find_free (from term.ML);
wenzelm [Tue, 25 Jul 2006 21:18:07 +0200] rev 20200
added is/to_ascii_lower/upper;
tuned alphanum -- needs more work;
wenzelm [Tue, 25 Jul 2006 21:18:06 +0200] rev 20199
is_funtype: do not export internal operation;
added add_varnames (cf. add_vars etc.);
removed obsolete (add_)term_varnames;
removed find_free (moved to Isar/obtain.ML);
moved variant_abs to structure Syntax -- this is a syntax operation after all;
wenzelm [Tue, 25 Jul 2006 21:18:05 +0200] rev 20198
tuned;
wenzelm [Tue, 25 Jul 2006 21:18:04 +0200] rev 20197
use Term.add_vars instead of obsolete term_varnames;
wenzelm [Tue, 25 Jul 2006 21:18:02 +0200] rev 20196
renamed add_term_varnames to Term.add_varnames (cf. Term.add_vars etc.);
wenzelm [Tue, 25 Jul 2006 21:18:01 +0200] rev 20195
tuned ML code;
wenzelm [Tue, 25 Jul 2006 21:18:00 +0200] rev 20194
renamed Term.variant_abs to Syntax.variant_abs;
wenzelm [Tue, 25 Jul 2006 21:17:58 +0200] rev 20193
Drule.merge_rules;
haftmann [Tue, 25 Jul 2006 16:51:26 +0200] rev 20192
renamed Name.give_names to Name.names and moved Name.alphanum to Symbol.alphanum
haftmann [Tue, 25 Jul 2006 16:43:47 +0200] rev 20191
improvements for lazy code generation
haftmann [Tue, 25 Jul 2006 16:43:33 +0200] rev 20190
fixed typo
haftmann [Tue, 25 Jul 2006 16:43:32 +0200] rev 20189
added code generator serialization for Char
haftmann [Tue, 25 Jul 2006 16:43:31 +0200] rev 20188
added notes on class_package.ML and codegen_package.ML
haftmann [Sun, 23 Jul 2006 07:21:41 +0200] rev 20187
small adjustments
haftmann [Sun, 23 Jul 2006 07:21:22 +0200] rev 20186
fixed bug for serialization for uminus on ints
haftmann [Sun, 23 Jul 2006 07:20:52 +0200] rev 20185
small improvement in serialization for wfrec
haftmann [Sun, 23 Jul 2006 07:20:26 +0200] rev 20184
added structure HOList
haftmann [Sun, 23 Jul 2006 07:19:36 +0200] rev 20183
major simplifications for integers
haftmann [Sun, 23 Jul 2006 07:19:26 +0200] rev 20182
tactic for prove_instance_arity now gets definition theorems as arguments
haftmann [Fri, 21 Jul 2006 14:49:11 +0200] rev 20181
added term_of_string function
haftmann [Fri, 21 Jul 2006 14:48:35 +0200] rev 20180
simplification for code generation for Integers
haftmann [Fri, 21 Jul 2006 14:48:17 +0200] rev 20179
adaption to argument change in primrec_package
haftmann [Fri, 21 Jul 2006 14:47:44 +0200] rev 20178
adaption to changes in class_package
haftmann [Fri, 21 Jul 2006 14:47:22 +0200] rev 20177
hooks now take string list as arguments (mutual datatypes); some nice combinators in datatype_codegen
haftmann [Fri, 21 Jul 2006 14:46:27 +0200] rev 20176
exported equation transformator
haftmann [Fri, 21 Jul 2006 14:45:43 +0200] rev 20175
class package and codegen refinements
haftmann [Fri, 21 Jul 2006 14:45:25 +0200] rev 20174
added give_names and alphanum
berghofe [Fri, 21 Jul 2006 14:11:14 +0200] rev 20173
Some cases in "case ... of ..." expressions may now
be omitted (internally, these cases are assigned
the "undefined" value).
berghofe [Fri, 21 Jul 2006 11:34:01 +0200] rev 20172
- Added new "undefined" constant
- normalization_conv no longer expects term to
have form "Trueprop ..."
wenzelm [Thu, 20 Jul 2006 14:35:37 +0200] rev 20171
removed Variable.monomorphic;
webertj [Thu, 20 Jul 2006 14:34:57 +0200] rev 20170
comments fixed, member function renamed
ballarin [Wed, 19 Jul 2006 23:22:22 +0200] rev 20169
Change to algebra method.
ballarin [Wed, 19 Jul 2006 19:25:58 +0200] rev 20168
Reimplemented algebra method; now controlled by attribute.
ballarin [Wed, 19 Jul 2006 19:24:02 +0200] rev 20167
Strict dfs traversal of imported and registered identifiers.
haftmann [Wed, 19 Jul 2006 14:16:36 +0200] rev 20166
added map_default, internal restructuring
wenzelm [Wed, 19 Jul 2006 12:12:08 +0200] rev 20165
export is_tid;
wenzelm [Wed, 19 Jul 2006 12:12:07 +0200] rev 20164
thm_of_proof: improved generation of variables;