Tue, 18 Jul 2006 20:01:41 +0200 Term.declare_term_names;
wenzelm [Tue, 18 Jul 2006 20:01:41 +0200] rev 20146
Term.declare_term_names;
Tue, 18 Jul 2006 17:10:22 +0200 Started implementing uniqueness proof for recursion
berghofe [Tue, 18 Jul 2006 17:10:22 +0200] rev 20145
Started implementing uniqueness proof for recursion combinator (still unfinished).
Tue, 18 Jul 2006 16:15:47 +0200 typo (theorerms) fixed
webertj [Tue, 18 Jul 2006 16:15:47 +0200] rev 20144
typo (theorerms) fixed
Tue, 18 Jul 2006 14:53:27 +0200 typo (theorerms) fixed
webertj [Tue, 18 Jul 2006 14:53:27 +0200] rev 20143
typo (theorerms) fixed
Tue, 18 Jul 2006 13:27:59 +0200 AList.join now with 'DUP' exception
haftmann [Tue, 18 Jul 2006 13:27:59 +0200] rev 20142
AList.join now with 'DUP' exception
Tue, 18 Jul 2006 08:48:11 +0200 added Table.map_default
haftmann [Tue, 18 Jul 2006 08:48:11 +0200] rev 20141
added Table.map_default
Tue, 18 Jul 2006 02:22:38 +0200 removed obsolete ML files;
wenzelm [Tue, 18 Jul 2006 02:22:38 +0200] rev 20140
removed obsolete ML files;
Mon, 17 Jul 2006 18:42:38 +0200 replaced butlast by Library.split_last;
wenzelm [Mon, 17 Jul 2006 18:42:38 +0200] rev 20139
replaced butlast by Library.split_last;
Mon, 17 Jul 2006 18:42:37 +0200 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;
Mon, 17 Jul 2006 15:16:17 +0200 butlast removed (use fst o split_last instead)
webertj [Mon, 17 Jul 2006 15:16:17 +0200] rev 20137
butlast removed (use fst o split_last instead)
Mon, 17 Jul 2006 01:28:17 +0200 support for MiniSat proof traces added
webertj [Mon, 17 Jul 2006 01:28:17 +0200] rev 20136
support for MiniSat proof traces added
Mon, 17 Jul 2006 00:37:06 +0200 support for MiniSat proof traces added
webertj [Mon, 17 Jul 2006 00:37:06 +0200] rev 20135
support for MiniSat proof traces added
Sun, 16 Jul 2006 14:26:22 +0200 has_consts renamed to has_conn, now actually parses the first-order formula
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.
Sat, 15 Jul 2006 18:17:47 +0200 function butlast added
webertj [Sat, 15 Jul 2006 18:17:47 +0200] rev 20133
function butlast added
Sat, 15 Jul 2006 15:26:50 +0200 Replaced a-lists by tables to improve efficiency
paulson [Sat, 15 Jul 2006 15:26:50 +0200] rev 20132
Replaced a-lists by tables to improve efficiency
Sat, 15 Jul 2006 13:52:10 +0200 Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
mengj [Sat, 15 Jul 2006 13:52:10 +0200] rev 20131
Pass user lemmas' names to ResHolClause.tptp_write_file and dfg_write_file.
Sat, 15 Jul 2006 13:50:26 +0200 Only include combinators if required by goals and user specified lemmas.
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.
Fri, 14 Jul 2006 14:37:15 +0200 Term.term_lpo takes order on terms rather than strings as argument.
ballarin [Fri, 14 Jul 2006 14:37:15 +0200] rev 20129
Term.term_lpo takes order on terms rather than strings as argument.
Fri, 14 Jul 2006 14:19:48 +0200 keep/transaction: unified execution model (with debugging etc.);
wenzelm [Fri, 14 Jul 2006 14:19:48 +0200] rev 20128
keep/transaction: unified execution model (with debugging etc.); tuned;
Fri, 14 Jul 2006 13:51:30 +0200 trivial whitespace changes
webertj [Fri, 14 Jul 2006 13:51:30 +0200] rev 20127
trivial whitespace changes
Fri, 14 Jul 2006 12:18:33 +0200 simp method: depth_limit;
wenzelm [Fri, 14 Jul 2006 12:18:33 +0200] rev 20126
simp method: depth_limit;
Thu, 13 Jul 2006 17:39:56 +0200 "conjecture" must be lower case
paulson [Thu, 13 Jul 2006 17:39:56 +0200] rev 20125
"conjecture" must be lower case
Thu, 13 Jul 2006 13:42:05 +0200 tuned insert_list;
wenzelm [Thu, 13 Jul 2006 13:42:05 +0200] rev 20124
tuned insert_list;
Thu, 13 Jul 2006 13:42:02 +0200 Name.context already declares empty names;
wenzelm [Thu, 13 Jul 2006 13:42:02 +0200] rev 20123
Name.context already declares empty names; tune ins_sorts -- sort assigments should never change later;
Thu, 13 Jul 2006 13:42:00 +0200 strip_abs_eta: proper use of Name.context;
wenzelm [Thu, 13 Jul 2006 13:42:00 +0200] rev 20122
strip_abs_eta: proper use of Name.context;
Thu, 13 Jul 2006 13:41:57 +0200 do not export make_context;
wenzelm [Thu, 13 Jul 2006 13:41:57 +0200] rev 20121
do not export make_context; initial context: declare empty names; variants: no special treatment of empty names;
Thu, 13 Jul 2006 13:41:53 +0200 removed colon from sym category;
wenzelm [Thu, 13 Jul 2006 13:41:53 +0200] rev 20120
removed colon from sym category;
Thu, 13 Jul 2006 12:31:00 +0200 fix to refl_clause_aux: added occurs check
paulson [Thu, 13 Jul 2006 12:31:00 +0200] rev 20119
fix to refl_clause_aux: added occurs check
Wed, 12 Jul 2006 21:19:27 +0200 * Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm [Wed, 12 Jul 2006 21:19:27 +0200] rev 20118
* Isar: ":" (colon) is no longer a symbolic identifier character;
Wed, 12 Jul 2006 21:19:24 +0200 removed duplicate of Tactic.make_elim_preserve;
wenzelm [Wed, 12 Jul 2006 21:19:24 +0200] rev 20117
removed duplicate of Tactic.make_elim_preserve;
Wed, 12 Jul 2006 21:19:22 +0200 removed obsolete adhoc_freeze_vars (may use Variable.import_terms instead);
wenzelm [Wed, 12 Jul 2006 21:19:22 +0200] rev 20116
removed obsolete adhoc_freeze_vars (may use Variable.import_terms instead);
Wed, 12 Jul 2006 21:19:19 +0200 exported make_elim_preserve;
wenzelm [Wed, 12 Jul 2006 21:19:19 +0200] rev 20115
exported make_elim_preserve;
Wed, 12 Jul 2006 21:19:17 +0200 prove_conv: Variable.import_terms instead of Term.addhoc_freeze_vars;
wenzelm [Wed, 12 Jul 2006 21:19:17 +0200] rev 20114
prove_conv: Variable.import_terms instead of Term.addhoc_freeze_vars; tuned;
Wed, 12 Jul 2006 21:19:14 +0200 simplified prove_conv;
wenzelm [Wed, 12 Jul 2006 21:19:14 +0200] rev 20113
simplified prove_conv;
Wed, 12 Jul 2006 19:59:14 +0200 removed ':' from category of symbolic identifier chars;
wenzelm [Wed, 12 Jul 2006 19:59:14 +0200] rev 20112
removed ':' from category of symbolic identifier chars;
Wed, 12 Jul 2006 19:59:13 +0200 query/bang_colon: separate tokens;
wenzelm [Wed, 12 Jul 2006 19:59:13 +0200] rev 20111
query/bang_colon: separate tokens;
Wed, 12 Jul 2006 17:40:52 +0200 purged website sources
haftmann [Wed, 12 Jul 2006 17:40:52 +0200] rev 20110
purged website sources
Wed, 12 Jul 2006 17:00:33 +0200 added strip_abs_eta
haftmann [Wed, 12 Jul 2006 17:00:33 +0200] rev 20109
added strip_abs_eta
Wed, 12 Jul 2006 17:00:32 +0200 added chop_prefix
haftmann [Wed, 12 Jul 2006 17:00:32 +0200] rev 20108
added chop_prefix
Wed, 12 Jul 2006 17:00:31 +0200 class_of_param instead of class_of
haftmann [Wed, 12 Jul 2006 17:00:31 +0200] rev 20107
class_of_param instead of class_of
Wed, 12 Jul 2006 17:00:30 +0200 adaptions in class_package
haftmann [Wed, 12 Jul 2006 17:00:30 +0200] rev 20106
adaptions in class_package
Wed, 12 Jul 2006 17:00:22 +0200 adaptions in codegen
haftmann [Wed, 12 Jul 2006 17:00:22 +0200] rev 20105
adaptions in codegen
Wed, 12 Jul 2006 00:34:54 +0200 variants: special treatment of empty name;
wenzelm [Wed, 12 Jul 2006 00:34:54 +0200] rev 20104
variants: special treatment of empty name;
Tue, 11 Jul 2006 23:49:32 +0200 avoid reference to internal skolem;
wenzelm [Tue, 11 Jul 2006 23:49:32 +0200] rev 20103
avoid reference to internal skolem;
Tue, 11 Jul 2006 23:00:39 +0200 separate names filed (covers fixes/defaults);
wenzelm [Tue, 11 Jul 2006 23:00:39 +0200] rev 20102
separate names filed (covers fixes/defaults);
Tue, 11 Jul 2006 23:00:39 +0200 adapted Name.defaults_of;
wenzelm [Tue, 11 Jul 2006 23:00:39 +0200] rev 20101
adapted Name.defaults_of;
Tue, 11 Jul 2006 23:00:37 +0200 removed obsolete xless;
wenzelm [Tue, 11 Jul 2006 23:00:37 +0200] rev 20100
removed obsolete xless; tuned zero_var_indexes;
Tue, 11 Jul 2006 23:00:36 +0200 clean: no special treatment of empty name;
wenzelm [Tue, 11 Jul 2006 23:00:36 +0200] rev 20099
clean: no special treatment of empty name; declare, invent: clean arguments;
Tue, 11 Jul 2006 23:00:35 +0200 removed obsolete xless;
wenzelm [Tue, 11 Jul 2006 23:00:35 +0200] rev 20098
removed obsolete xless;
Tue, 11 Jul 2006 18:10:47 +0200 replaced mk_listT by HOLogic.listT; trivial whitespace/comment changes
webertj [Tue, 11 Jul 2006 18:10:47 +0200] rev 20097
replaced mk_listT by HOLogic.listT; trivial whitespace/comment changes
Tue, 11 Jul 2006 14:21:08 +0200 uniform treatment of num/xnum;
wenzelm [Tue, 11 Jul 2006 14:21:08 +0200] rev 20096
uniform treatment of num/xnum; read_xnum: proper handling of bin/hex;
Tue, 11 Jul 2006 14:21:07 +0200 replaced read_radixint by read_intinf;
wenzelm [Tue, 11 Jul 2006 14:21:07 +0200] rev 20095
replaced read_radixint by read_intinf;
Tue, 11 Jul 2006 14:21:05 +0200 removed str_to_int in favour of general Syntax.read_xnum;
wenzelm [Tue, 11 Jul 2006 14:21:05 +0200] rev 20094
removed str_to_int in favour of general Syntax.read_xnum;
Tue, 11 Jul 2006 14:21:04 +0200 num/xnum: bin or hex;
wenzelm [Tue, 11 Jul 2006 14:21:04 +0200] rev 20093
num/xnum: bin or hex;
Tue, 11 Jul 2006 12:24:23 +0200 Name.internal;
wenzelm [Tue, 11 Jul 2006 12:24:23 +0200] rev 20092
Name.internal; Name.invent_list;
Tue, 11 Jul 2006 12:22:58 +0200 tuned;
wenzelm [Tue, 11 Jul 2006 12:22:58 +0200] rev 20091
tuned;
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip