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;
wenzelm [Wed, 19 Jul 2006 12:12:06 +0200] rev 20163
Sign.infer_types: Name.context;
FactIndex.add_local: simplified interface;
Variable.constraints_of;
wenzelm [Wed, 19 Jul 2006 12:12:05 +0200] rev 20162
reorganize declarations (more efficient);
renamed rename_wrt to variant_frees (avoid confusion with Term.rename_wrt_term, which reverses the result);
tuned;
wenzelm [Wed, 19 Jul 2006 12:12:04 +0200] rev 20161
Name.context for used'';
wenzelm [Wed, 19 Jul 2006 12:12:03 +0200] rev 20160
added variant_frees;
tuned;
wenzelm [Wed, 19 Jul 2006 12:12:02 +0200] rev 20159
tuned;
wenzelm [Wed, 19 Jul 2006 12:12:01 +0200] rev 20158
export make_context, is_declared;
wenzelm [Wed, 19 Jul 2006 12:12:00 +0200] rev 20157
prove: Variable.declare_internal (more efficient);
wenzelm [Wed, 19 Jul 2006 12:11:59 +0200] rev 20156
add_local: simplified interface, all frees are known'';
wenzelm [Wed, 19 Jul 2006 12:11:57 +0200] rev 20155
Sign.infer_types: Name.context;
wenzelm [Wed, 19 Jul 2006 12:11:56 +0200] rev 20154
renamed Variable.rename_wrt to Variable.variant_frees;
paulson [Wed, 19 Jul 2006 11:55:26 +0200] rev 20153
Fixed the bugs introduced by the last commit! Output is now *identical* to that
produced by the old version, based on a-lists.
webertj [Wed, 19 Jul 2006 02:35:22 +0200] rev 20152
MiniSat proof trace format changed; MiniSat is now expected to produce a proof also for "trivial" problems
wenzelm [Tue, 18 Jul 2006 20:01:47 +0200] rev 20151
thm_of_proof: tuned Name operations;
wenzelm [Tue, 18 Jul 2006 20:01:46 +0200] rev 20150
print_statement: tuned Variable operations;
wenzelm [Tue, 18 Jul 2006 20:01:45 +0200] rev 20149
added newly_fixed, focus;
removed monomorphic;
tuned;
wenzelm [Tue, 18 Jul 2006 20:01:44 +0200] rev 20148
added declare_term_names;
tuned;
wenzelm [Tue, 18 Jul 2006 20:01:42 +0200] rev 20147
fold_proof_terms: canonical arguments;
removed obsolete add_prf_names, add_prf_tfree_names, add_prf_tvar_ixns;
wenzelm [Tue, 18 Jul 2006 20:01:41 +0200] rev 20146
Term.declare_term_names;
berghofe [Tue, 18 Jul 2006 17:10:22 +0200] rev 20145
Started implementing uniqueness proof for recursion
combinator (still unfinished).
webertj [Tue, 18 Jul 2006 16:15:47 +0200] rev 20144
typo (theorerms) fixed
webertj [Tue, 18 Jul 2006 14:53:27 +0200] rev 20143
typo (theorerms) fixed
haftmann [Tue, 18 Jul 2006 13:27:59 +0200] rev 20142
AList.join now with 'DUP' exception
haftmann [Tue, 18 Jul 2006 08:48:11 +0200] rev 20141
added Table.map_default
wenzelm [Tue, 18 Jul 2006 02:22:38 +0200] rev 20140
removed obsolete ML files;
wenzelm [Mon, 17 Jul 2006 18:42:38 +0200] rev 20139
replaced butlast by Library.split_last;
wenzelm [Mon, 17 Jul 2006 18:42:37 +0200] rev 20138
replaced butlast by Library.split_last;
removed dead code;
webertj [Mon, 17 Jul 2006 15:16:17 +0200] rev 20137
butlast removed (use fst o split_last instead)
webertj [Mon, 17 Jul 2006 01:28:17 +0200] rev 20136
support for MiniSat proof traces added
webertj [Mon, 17 Jul 2006 00:37:06 +0200] rev 20135
support for MiniSat proof traces added
paulson [Sun, 16 Jul 2006 14:26:22 +0200] rev 20134
has_consts renamed to has_conn, now actually parses the first-order formula
to avoid problems caused by connectives buried within descriptions and set comprehensions.
webertj [Sat, 15 Jul 2006 18:17:47 +0200] rev 20133
function butlast added
paulson [Sat, 15 Jul 2006 15:26:50 +0200] rev 20132
Replaced a-lists by tables to improve efficiency
mengj [Sat, 15 Jul 2006 13:52:10 +0200] rev 20131
Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
mengj [Sat, 15 Jul 2006 13:50:26 +0200] rev 20130
Only include combinators if required by goals and user specified lemmas.
Remove a clause if too general.
ballarin [Fri, 14 Jul 2006 14:37:15 +0200] rev 20129
Term.term_lpo takes order on terms rather than strings as argument.