Sun, 03 Jun 2007 23:16:56 +0200 added gen_merge_lists/merge_lists/merge_alists (legacy operations from library.ML);
wenzelm [Sun, 03 Jun 2007 23:16:56 +0200] rev 23228
added gen_merge_lists/merge_lists/merge_alists (legacy operations from library.ML);
Sun, 03 Jun 2007 23:16:55 +0200 tuned Tactic signature;
wenzelm [Sun, 03 Jun 2007 23:16:55 +0200] rev 23227
tuned Tactic signature;
Sun, 03 Jun 2007 23:16:54 +0200 removed obsolete Library.seq;
wenzelm [Sun, 03 Jun 2007 23:16:54 +0200] rev 23226
removed obsolete Library.seq;
Sun, 03 Jun 2007 23:16:53 +0200 moved flip to library.ML;
wenzelm [Sun, 03 Jun 2007 23:16:53 +0200] rev 23225
moved flip to library.ML; removed unused dest/unfold/unfold_rev; simplified fold/fold_rev/fold_map;
Sun, 03 Jun 2007 23:16:52 +0200 added CSUBGOAL;
wenzelm [Sun, 03 Jun 2007 23:16:52 +0200] rev 23224
added CSUBGOAL;
Sun, 03 Jun 2007 23:16:51 +0200 cleaned up signature;
wenzelm [Sun, 03 Jun 2007 23:16:51 +0200] rev 23223
cleaned up signature;
Sun, 03 Jun 2007 23:16:50 +0200 added downto0 (from library.ML);
wenzelm [Sun, 03 Jun 2007 23:16:50 +0200] rev 23222
added downto0 (from library.ML);
Sun, 03 Jun 2007 23:16:49 +0200 merge_ss: plain merge of prems;
wenzelm [Sun, 03 Jun 2007 23:16:49 +0200] rev 23221
merge_ss: plain merge of prems;
Sun, 03 Jun 2007 23:16:48 +0200 added flip (from General/basics.ML);
wenzelm [Sun, 03 Jun 2007 23:16:48 +0200] rev 23220
added flip (from General/basics.ML); renamed gen_submultiset to submultiset; moved downto0 to pattern.ML; moved legacy gen_merge_lists/merge_lists/merge_alists to Isar/locale.ML; moved plural to HOL/Tools/fundef_lib.ML; removed obsolete seq; simplified chop, fold2;
Sun, 03 Jun 2007 23:16:47 +0200 tuned document;
wenzelm [Sun, 03 Jun 2007 23:16:47 +0200] rev 23219
tuned document;
Sun, 03 Jun 2007 23:16:46 +0200 use antiquotations instead of raw TeX code;
wenzelm [Sun, 03 Jun 2007 23:16:46 +0200] rev 23218
use antiquotations instead of raw TeX code; tuned document;
Sun, 03 Jun 2007 23:16:45 +0200 name_of_fqgar: precise type;
wenzelm [Sun, 03 Jun 2007 23:16:45 +0200] rev 23217
name_of_fqgar: precise type;
Sun, 03 Jun 2007 23:16:44 +0200 added plural (from Pure/library.ML);
wenzelm [Sun, 03 Jun 2007 23:16:44 +0200] rev 23216
added plural (from Pure/library.ML); removed unused eq_str;
Sun, 03 Jun 2007 23:16:43 +0200 local open FundefLib;
wenzelm [Sun, 03 Jun 2007 23:16:43 +0200] rev 23215
local open FundefLib;
Sun, 03 Jun 2007 23:16:42 +0200 renamed gen_submultiset to submultiset;
wenzelm [Sun, 03 Jun 2007 23:16:42 +0200] rev 23214
renamed gen_submultiset to submultiset;
Sun, 03 Jun 2007 23:16:41 +0200 HOL-ex: tuned deps;
wenzelm [Sun, 03 Jun 2007 23:16:41 +0200] rev 23213
HOL-ex: tuned deps;
Sun, 03 Jun 2007 16:57:51 +0200 tuned list comprehension, added lemma
nipkow [Sun, 03 Jun 2007 16:57:51 +0200] rev 23212
tuned list comprehension, added lemma
Sun, 03 Jun 2007 15:44:35 +0200 fixed tex error
nipkow [Sun, 03 Jun 2007 15:44:35 +0200] rev 23211
fixed tex error
Sun, 03 Jun 2007 13:19:03 +0200 *** empty log message ***
nipkow [Sun, 03 Jun 2007 13:19:03 +0200] rev 23210
*** empty log message ***
Sun, 03 Jun 2007 12:58:28 +0200 *** empty log message ***
nipkow [Sun, 03 Jun 2007 12:58:28 +0200] rev 23209
*** empty log message ***
Sat, 02 Jun 2007 20:14:38 +0200 extended
webertj [Sat, 02 Jun 2007 20:14:38 +0200] rev 23208
extended
Sat, 02 Jun 2007 19:10:04 +0200 cosmetic
webertj [Sat, 02 Jun 2007 19:10:04 +0200] rev 23207
cosmetic
Sat, 02 Jun 2007 18:35:38 +0200 made SML/NJ happy;
wenzelm [Sat, 02 Jun 2007 18:35:38 +0200] rev 23206
made SML/NJ happy;
Sat, 02 Jun 2007 18:05:34 +0200 added target/local_abbrev (from proof_context.ML);
wenzelm [Sat, 02 Jun 2007 18:05:34 +0200] rev 23205
added target/local_abbrev (from proof_context.ML); target_abbrev: demand equal head const (tool compliance);
Sat, 02 Jun 2007 18:05:33 +0200 moved specific target/local_abbrev to theory_target.ML;
wenzelm [Sat, 02 Jun 2007 18:05:33 +0200] rev 23204
moved specific target/local_abbrev to theory_target.ML;
Sat, 02 Jun 2007 15:28:38 +0200 "function (sequential)" and "fun" now handle incomplete patterns silently by adding "undefined" cases.
krauss [Sat, 02 Jun 2007 15:28:38 +0200] rev 23203
"function (sequential)" and "fun" now handle incomplete patterns silently by adding "undefined" cases. more cleanup.
Sat, 02 Jun 2007 15:26:32 +0200 added "plural : 'a -> 'a -> 'b list -> 'a" for convenient error msg construction
krauss [Sat, 02 Jun 2007 15:26:32 +0200] rev 23202
added "plural : 'a -> 'a -> 'b list -> 'a" for convenient error msg construction
Sat, 02 Jun 2007 13:52:07 +0200 proper handling of Tools;
wenzelm [Sat, 02 Jun 2007 13:52:07 +0200] rev 23201
proper handling of Tools;
Sat, 02 Jun 2007 08:54:05 +0200 cosmetic
webertj [Sat, 02 Jun 2007 08:54:05 +0200] rev 23200
cosmetic
Sat, 02 Jun 2007 08:50:29 +0200 refute_tac made more deterministic
webertj [Sat, 02 Jun 2007 08:50:29 +0200] rev 23199
refute_tac made more deterministic
Sat, 02 Jun 2007 03:17:44 +0200 extended
webertj [Sat, 02 Jun 2007 03:17:44 +0200] rev 23198
extended
Sat, 02 Jun 2007 03:15:35 +0200 cosmetic
webertj [Sat, 02 Jun 2007 03:15:35 +0200] rev 23197
cosmetic
Sat, 02 Jun 2007 00:09:02 +0200 tracing disabled
webertj [Sat, 02 Jun 2007 00:09:02 +0200] rev 23196
tracing disabled
Fri, 01 Jun 2007 23:52:06 +0200 additional tracing information
webertj [Fri, 01 Jun 2007 23:52:06 +0200] rev 23195
additional tracing information
Fri, 01 Jun 2007 23:33:49 +0200 tuned
webertj [Fri, 01 Jun 2007 23:33:49 +0200] rev 23194
tuned
Fri, 01 Jun 2007 23:21:40 +0200 some tests for arith added
webertj [Fri, 01 Jun 2007 23:21:40 +0200] rev 23193
some tests for arith added
Fri, 01 Jun 2007 22:09:16 +0200 Moved list comprehension into List
nipkow [Fri, 01 Jun 2007 22:09:16 +0200] rev 23192
Moved list comprehension into List
Fri, 01 Jun 2007 20:34:12 +0200 MiniSAT mentioned in comment
webertj [Fri, 01 Jun 2007 20:34:12 +0200] rev 23191
MiniSAT mentioned in comment
Fri, 01 Jun 2007 16:04:13 +0200 fixed handling of meta-logic propositions
webertj [Fri, 01 Jun 2007 16:04:13 +0200] rev 23190
fixed handling of meta-logic propositions
Fri, 01 Jun 2007 15:57:45 +0200 simplified interfaces, some restructuring
krauss [Fri, 01 Jun 2007 15:57:45 +0200] rev 23189
simplified interfaces, some restructuring
Fri, 01 Jun 2007 15:20:53 +0200 updated
krauss [Fri, 01 Jun 2007 15:20:53 +0200] rev 23188
updated
Fri, 01 Jun 2007 15:18:31 +0200 added some bibtex entries
krauss [Fri, 01 Jun 2007 15:18:31 +0200] rev 23187
added some bibtex entries
Fri, 01 Jun 2007 15:14:05 +0200 Added "merge-lemma" about wellfoundedness of unions (useful for some termination proofs)
krauss [Fri, 01 Jun 2007 15:14:05 +0200] rev 23186
Added "merge-lemma" about wellfoundedness of unions (useful for some termination proofs)
Fri, 01 Jun 2007 15:12:56 +0200 Added simp-rules: "R O {} = {}" and "{} O R = {}"
krauss [Fri, 01 Jun 2007 15:12:56 +0200] rev 23185
Added simp-rules: "R O {} = {}" and "{} O R = {}"
Fri, 01 Jun 2007 10:44:31 +0200 rudimenary
haftmann [Fri, 01 Jun 2007 10:44:31 +0200] rev 23184
rudimenary
Fri, 01 Jun 2007 10:44:30 +0200 tuned
haftmann [Fri, 01 Jun 2007 10:44:30 +0200] rev 23183
tuned
Fri, 01 Jun 2007 10:44:28 +0200 dropped superfluous name bindings
haftmann [Fri, 01 Jun 2007 10:44:28 +0200] rev 23182
dropped superfluous name bindings
Fri, 01 Jun 2007 10:44:26 +0200 localized
haftmann [Fri, 01 Jun 2007 10:44:26 +0200] rev 23181
localized
Fri, 01 Jun 2007 10:44:24 +0200 fixed typo
haftmann [Fri, 01 Jun 2007 10:44:24 +0200] rev 23180
fixed typo
Thu, 31 May 2007 23:47:38 +0200 insert: canonical argument order;
wenzelm [Thu, 31 May 2007 23:47:38 +0200] rev 23179
insert: canonical argument order;
Thu, 31 May 2007 23:47:36 +0200 simplified/unified list fold;
wenzelm [Thu, 31 May 2007 23:47:36 +0200] rev 23178
simplified/unified list fold;
Thu, 31 May 2007 23:02:16 +0200 replace (- 1) with -1
huffman [Thu, 31 May 2007 23:02:16 +0200] rev 23177
replace (- 1) with -1
Thu, 31 May 2007 22:23:50 +0200 simplify some proofs
huffman [Thu, 31 May 2007 22:23:50 +0200] rev 23176
simplify some proofs
Thu, 31 May 2007 21:09:14 +0200 tuned headers -- adapted to usual conventions;
wenzelm [Thu, 31 May 2007 21:09:14 +0200] rev 23175
tuned headers -- adapted to usual conventions;
Thu, 31 May 2007 20:55:33 +0200 moved Compute_Oracle from Pure/Tools to Tools;
wenzelm [Thu, 31 May 2007 20:55:33 +0200] rev 23174
moved Compute_Oracle from Pure/Tools to Tools;
Thu, 31 May 2007 20:55:32 +0200 proper theory setup for compute oracle (based on CPure);
wenzelm [Thu, 31 May 2007 20:55:32 +0200] rev 23173
proper theory setup for compute oracle (based on CPure); simplified oracle setup;
Thu, 31 May 2007 20:55:31 +0200 moved IsaPlanner from Provers to Tools;
wenzelm [Thu, 31 May 2007 20:55:31 +0200] rev 23172
moved IsaPlanner from Provers to Tools; moved Compute_Oracle from Pure/Tools to Tools;
Thu, 31 May 2007 20:55:29 +0200 moved IsaPlanner from Provers to Tools;
wenzelm [Thu, 31 May 2007 20:55:29 +0200] rev 23171
moved IsaPlanner from Provers to Tools;
Thu, 31 May 2007 19:11:19 +0200 made aconvc pervasive;
wenzelm [Thu, 31 May 2007 19:11:19 +0200] rev 23170
made aconvc pervasive;
Thu, 31 May 2007 18:31:36 +0200 moved aconvc to more_thm.ML;
wenzelm [Thu, 31 May 2007 18:31:36 +0200] rev 23169
moved aconvc to more_thm.ML;
Thu, 31 May 2007 18:16:59 +0200 tuned ML setup;
wenzelm [Thu, 31 May 2007 18:16:59 +0200] rev 23168
tuned ML setup;
Thu, 31 May 2007 18:16:58 +0200 decode_term: force qualified name into Const;
wenzelm [Thu, 31 May 2007 18:16:58 +0200] rev 23167
decode_term: force qualified name into Const;
Thu, 31 May 2007 18:16:57 +0200 proper loading of ML files (in HOL.thy);
wenzelm [Thu, 31 May 2007 18:16:57 +0200] rev 23166
proper loading of ML files (in HOL.thy); moved Integ files to canonical place; misc cleanup;
Thu, 31 May 2007 18:16:54 +0200 HOL_proofs;
wenzelm [Thu, 31 May 2007 18:16:54 +0200] rev 23165
HOL_proofs;
(0) -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 +10000 +30000 tip