Tue, 28 Jul 2009 18:17:35 +0200 Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
wenzelm [Tue, 28 Jul 2009 18:17:35 +0200] rev 32256
Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
Tue, 28 Jul 2009 16:30:23 +0200 eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
wenzelm [Tue, 28 Jul 2009 16:30:23 +0200] rev 32255
eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
Tue, 28 Jul 2009 16:28:49 +0200 non-critical use_thy;
wenzelm [Tue, 28 Jul 2009 16:28:49 +0200] rev 32254
non-critical use_thy;
Tue, 28 Jul 2009 15:10:15 +0200 future result: Synchronized.var;
wenzelm [Tue, 28 Jul 2009 15:10:15 +0200] rev 32253
future result: Synchronized.var;
Tue, 28 Jul 2009 15:05:18 +0200 added unsynchronized Synchronized.peek;
wenzelm [Tue, 28 Jul 2009 15:05:18 +0200] rev 32252
added unsynchronized Synchronized.peek;
Tue, 28 Jul 2009 14:54:53 +0200 group status: Synchronized.var;
wenzelm [Tue, 28 Jul 2009 14:54:53 +0200] rev 32251
group status: Synchronized.var;
Tue, 28 Jul 2009 14:43:46 +0200 tuned;
wenzelm [Tue, 28 Jul 2009 14:43:46 +0200] rev 32250
tuned;
Tue, 28 Jul 2009 14:35:27 +0200 Task_Queue.dequeue: explicit thread;
wenzelm [Tue, 28 Jul 2009 14:35:27 +0200] rev 32249
Task_Queue.dequeue: explicit thread;
Tue, 28 Jul 2009 14:29:25 +0200 more precise treatment of scheduler_event: continous pulse (50ms) instead of flooding, which was burning many CPU cycles in spare threads;
wenzelm [Tue, 28 Jul 2009 14:29:25 +0200] rev 32248
more precise treatment of scheduler_event: continous pulse (50ms) instead of flooding, which was burning many CPU cycles in spare threads;
Tue, 28 Jul 2009 14:11:15 +0200 interruptible_task: unified treatment of Multithreading.with_attributes (cf. 9f6461b1c9cc);
wenzelm [Tue, 28 Jul 2009 14:11:15 +0200] rev 32247
interruptible_task: unified treatment of Multithreading.with_attributes (cf. 9f6461b1c9cc);
Tue, 28 Jul 2009 14:04:33 +0200 misc tuning;
wenzelm [Tue, 28 Jul 2009 14:04:33 +0200] rev 32246
misc tuning;
Tue, 28 Jul 2009 08:49:03 +0200 tuned
krauss [Tue, 28 Jul 2009 08:49:03 +0200] rev 32245
tuned
Tue, 28 Jul 2009 08:48:56 +0200 moved obsolete same_fst to Recdef.thy
krauss [Tue, 28 Jul 2009 08:48:56 +0200] rev 32244
moved obsolete same_fst to Recdef.thy
Tue, 28 Jul 2009 08:48:48 +0200 adapted doc to type of "op O"
krauss [Tue, 28 Jul 2009 08:48:48 +0200] rev 32243
adapted doc to type of "op O"
Tue, 28 Jul 2009 00:31:48 +0200 merged
wenzelm [Tue, 28 Jul 2009 00:31:48 +0200] rev 32242
merged
Mon, 27 Jul 2009 23:43:35 +0200 merged
wenzelm [Mon, 27 Jul 2009 23:43:35 +0200] rev 32241
merged
Mon, 27 Jul 2009 23:02:11 +0200 merged
wenzelm [Mon, 27 Jul 2009 23:02:11 +0200] rev 32240
merged
Mon, 27 Jul 2009 22:25:29 +0200 merged
wenzelm [Mon, 27 Jul 2009 22:25:29 +0200] rev 32239
merged
Mon, 27 Jul 2009 22:53:39 +0200 added proof of Kleene_Algebra.star_decomp
krauss [Mon, 27 Jul 2009 22:53:39 +0200] rev 32238
added proof of Kleene_Algebra.star_decomp
Mon, 27 Jul 2009 22:50:04 +0200 added missing proof of RBT.map_of_alist_of (contributed by Peter Lammich)
krauss [Mon, 27 Jul 2009 22:50:04 +0200] rev 32237
added missing proof of RBT.map_of_alist_of (contributed by Peter Lammich)
Mon, 27 Jul 2009 22:50:01 +0200 some lemmas about maps (contributed by Peter Lammich)
krauss [Mon, 27 Jul 2009 22:50:01 +0200] rev 32236
some lemmas about maps (contributed by Peter Lammich)
Mon, 27 Jul 2009 21:47:41 +0200 "more standard" argument order of relation composition (op O)
krauss [Mon, 27 Jul 2009 21:47:41 +0200] rev 32235
"more standard" argument order of relation composition (op O)
Tue, 28 Jul 2009 00:31:30 +0200 added rail antiquotation environment, which coexists with old-style content markup;
wenzelm [Tue, 28 Jul 2009 00:31:30 +0200] rev 32234
added rail antiquotation environment, which coexists with old-style content markup;
Tue, 28 Jul 2009 00:27:58 +0200 proper header;
wenzelm [Tue, 28 Jul 2009 00:27:58 +0200] rev 32233
proper header; proper structure; tuned white space;
Mon, 27 Jul 2009 23:17:40 +0200 proper context for SAT tactics;
wenzelm [Mon, 27 Jul 2009 23:17:40 +0200] rev 32232
proper context for SAT tactics; eliminated METAHYPS; tuned signatures;
Mon, 27 Jul 2009 20:45:40 +0200 moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
wenzelm [Mon, 27 Jul 2009 20:45:40 +0200] rev 32231
moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Mon, 27 Jul 2009 17:36:30 +0200 interruptible: Thread.testInterrupt before changing thread attributes;
wenzelm [Mon, 27 Jul 2009 17:36:30 +0200] rev 32230
interruptible: Thread.testInterrupt before changing thread attributes;
Mon, 27 Jul 2009 17:12:19 +0200 wait: absorb spurious interrupts;
wenzelm [Mon, 27 Jul 2009 17:12:19 +0200] rev 32229
wait: absorb spurious interrupts; replaced wait_timeout by explicit wait_interruptible;
Mon, 27 Jul 2009 16:53:28 +0200 scheduler: shutdown spontaneously (after some delay) if queue is empty;
wenzelm [Mon, 27 Jul 2009 16:53:28 +0200] rev 32228
scheduler: shutdown spontaneously (after some delay) if queue is empty; scheduler_check: critical, only performed after fork/enqueue; shutdown: passively wait for termination;
Mon, 27 Jul 2009 16:08:41 +0200 join_next: do not yield, even if overloaded, to minimize "running" tasks;
wenzelm [Mon, 27 Jul 2009 16:08:41 +0200] rev 32227
join_next: do not yield, even if overloaded, to minimize "running" tasks;
Mon, 27 Jul 2009 15:53:43 +0200 tuned tracing;
wenzelm [Mon, 27 Jul 2009 15:53:43 +0200] rev 32226
tuned tracing;
Mon, 27 Jul 2009 15:30:21 +0200 cancel: improved reactivity due to more careful broadcasting;
wenzelm [Mon, 27 Jul 2009 15:30:21 +0200] rev 32225
cancel: improved reactivity due to more careful broadcasting; internal broadcast_all;
Mon, 27 Jul 2009 15:06:33 +0200 dequeue_towards: always return active tasks;
wenzelm [Mon, 27 Jul 2009 15:06:33 +0200] rev 32224
dequeue_towards: always return active tasks; join_work: imitate worker more closely, keep active if queue appears to be blocked for the moment -- it may become free again after some worker_finished event;
Mon, 27 Jul 2009 13:32:29 +0200 merged
wenzelm [Mon, 27 Jul 2009 13:32:29 +0200] rev 32223
merged
Mon, 27 Jul 2009 13:32:23 +0200 removed unused low-level interrupts;
wenzelm [Mon, 27 Jul 2009 13:32:23 +0200] rev 32222
removed unused low-level interrupts;
Mon, 27 Jul 2009 12:24:27 +0200 tuned signature;
wenzelm [Mon, 27 Jul 2009 12:24:27 +0200] rev 32221
tuned signature;
Mon, 27 Jul 2009 12:16:58 +0200 tuned;
wenzelm [Mon, 27 Jul 2009 12:16:58 +0200] rev 32220
tuned;
Mon, 27 Jul 2009 12:11:18 +0200 more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads;
wenzelm [Mon, 27 Jul 2009 12:11:18 +0200] rev 32219
more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads; more specific signal vs. broadcast; execute/finish: more careful notification based on minimal/maximal status; tuned shutdown;
Mon, 27 Jul 2009 12:00:02 +0200 enqueue/finish: return minimal/maximal state of this task;
wenzelm [Mon, 27 Jul 2009 12:00:02 +0200] rev 32218
enqueue/finish: return minimal/maximal state of this task;
Mon, 27 Jul 2009 09:01:13 +0200 NEWS
haftmann [Mon, 27 Jul 2009 09:01:13 +0200] rev 32217
NEWS
Sun, 26 Jul 2009 22:33:32 +0200 tacticals FOCUS and FOCUS_PARAMS;
wenzelm [Sun, 26 Jul 2009 22:33:32 +0200] rev 32216
tacticals FOCUS and FOCUS_PARAMS;
Sun, 26 Jul 2009 22:28:31 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 22:28:31 +0200] rev 32215
replaced old METAHYPS by FOCUS; eliminated homegrown SUBGOAL combinator -- beware of exception Subscript in body; modernized functor names; minimal tuning of sources; reactivated dead quasi.ML (ever used?);
Sun, 26 Jul 2009 22:24:13 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 22:24:13 +0200] rev 32214
replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 20:57:19 +0200 added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
wenzelm [Sun, 26 Jul 2009 20:57:19 +0200] rev 32213
added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
Sun, 26 Jul 2009 20:38:11 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 20:38:11 +0200] rev 32212
replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 19:54:37 +0200 tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
wenzelm [Sun, 26 Jul 2009 19:54:37 +0200] rev 32211
tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
Sun, 26 Jul 2009 19:38:02 +0200 retrofit: actually handle schematic variables -- need to export into original context;
wenzelm [Sun, 26 Jul 2009 19:38:02 +0200] rev 32210
retrofit: actually handle schematic variables -- need to export into original context;
Sun, 26 Jul 2009 18:58:02 +0200 merged
wenzelm [Sun, 26 Jul 2009 18:58:02 +0200] rev 32209
merged
Sun, 26 Jul 2009 08:03:40 +0200 adapted to changed prefixes
haftmann [Sun, 26 Jul 2009 08:03:40 +0200] rev 32208
adapted to changed prefixes
Sun, 26 Jul 2009 07:54:28 +0200 merged
haftmann [Sun, 26 Jul 2009 07:54:28 +0200] rev 32207
merged
Sat, 25 Jul 2009 18:44:55 +0200 improved handling of parameter import; tuned
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32206
improved handling of parameter import; tuned
Sat, 25 Jul 2009 18:44:55 +0200 explicit is better than implicit
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32205
explicit is better than implicit
Sat, 25 Jul 2009 18:44:54 +0200 localized interpretation of min/max-lattice
haftmann [Sat, 25 Jul 2009 18:44:54 +0200] rev 32204
localized interpretation of min/max-lattice
Sat, 25 Jul 2009 18:44:54 +0200 adapted to localized interpretation of min/max-lattice
haftmann [Sat, 25 Jul 2009 18:44:54 +0200] rev 32203
adapted to localized interpretation of min/max-lattice
Sun, 26 Jul 2009 18:57:11 +0200 SUBPROOF/Obtain.result: named params;
wenzelm [Sun, 26 Jul 2009 18:57:11 +0200] rev 32202
SUBPROOF/Obtain.result: named params;
Sun, 26 Jul 2009 13:21:12 +0200 updated Variable.focus, SUBPROOF, Obtain.result, Goal.finish;
wenzelm [Sun, 26 Jul 2009 13:21:12 +0200] rev 32201
updated Variable.focus, SUBPROOF, Obtain.result, Goal.finish;
Sun, 26 Jul 2009 13:12:54 +0200 advanced retrofit, which allows new subgoals and variables;
wenzelm [Sun, 26 Jul 2009 13:12:54 +0200] rev 32200
advanced retrofit, which allows new subgoals and variables; added FOCUS -- does not require closed proof;
Sun, 26 Jul 2009 13:12:54 +0200 Variable.focus: named parameters;
wenzelm [Sun, 26 Jul 2009 13:12:54 +0200] rev 32199
Variable.focus: named parameters;
Sun, 26 Jul 2009 13:12:53 +0200 lambda/cabs/all: named variants;
wenzelm [Sun, 26 Jul 2009 13:12:53 +0200] rev 32198
lambda/cabs/all: named variants;
Sun, 26 Jul 2009 13:12:52 +0200 Goal.finish: explicit context for printing;
wenzelm [Sun, 26 Jul 2009 13:12:52 +0200] rev 32197
Goal.finish: explicit context for printing;
Sat, 25 Jul 2009 18:55:30 +0200 fixed Method.Basic;
wenzelm [Sat, 25 Jul 2009 18:55:30 +0200] rev 32196
fixed Method.Basic;
Sat, 25 Jul 2009 18:55:12 +0200 eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
wenzelm [Sat, 25 Jul 2009 18:55:12 +0200] rev 32195
eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
Sat, 25 Jul 2009 18:04:15 +0200 Method.Basic: no position;
wenzelm [Sat, 25 Jul 2009 18:04:15 +0200] rev 32194
Method.Basic: no position;
Sat, 25 Jul 2009 18:02:43 +0200 basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context;
wenzelm [Sat, 25 Jul 2009 18:02:43 +0200] rev 32193
basic method application: avoid Position.setmp_thread_data_seq, which destroys transaction context; Method.Basic: no position;
Sat, 25 Jul 2009 14:58:45 +0200 dequeue_towards: need to try imm_preds as well;
wenzelm [Sat, 25 Jul 2009 14:58:45 +0200] rev 32192
dequeue_towards: need to try imm_preds as well;
Sat, 25 Jul 2009 14:32:35 +0200 internal session timing;
wenzelm [Sat, 25 Jul 2009 14:32:35 +0200] rev 32191
internal session timing;
Sat, 25 Jul 2009 14:18:26 +0200 enqueue: maintain transitive closure, which simplifies dequeue_towards;
wenzelm [Sat, 25 Jul 2009 14:18:26 +0200] rev 32190
enqueue: maintain transitive closure, which simplifies dequeue_towards;
Sat, 25 Jul 2009 13:15:53 +0200 ML_Context.the_generic_context;
wenzelm [Sat, 25 Jul 2009 13:15:53 +0200] rev 32189
ML_Context.the_generic_context;
Sat, 25 Jul 2009 12:43:45 +0200 eliminated redundant Library.multiply;
wenzelm [Sat, 25 Jul 2009 12:43:45 +0200] rev 32188
eliminated redundant Library.multiply;
Sat, 25 Jul 2009 10:31:27 +0200 renamed structure Display_Goal to Goal_Display;
wenzelm [Sat, 25 Jul 2009 10:31:27 +0200] rev 32187
renamed structure Display_Goal to Goal_Display;
Sat, 25 Jul 2009 00:53:47 +0200 tuned tracing;
wenzelm [Sat, 25 Jul 2009 00:53:47 +0200] rev 32186
tuned tracing;
Sat, 25 Jul 2009 00:39:05 +0200 added Multithreading.real_time;
wenzelm [Sat, 25 Jul 2009 00:39:05 +0200] rev 32185
added Multithreading.real_time;
Sat, 25 Jul 2009 00:13:39 +0200 simplified/unified Multithreading.tracing_time;
wenzelm [Sat, 25 Jul 2009 00:13:39 +0200] rev 32184
simplified/unified Multithreading.tracing_time; tuned;
Fri, 24 Jul 2009 23:36:37 +0200 get_name: cover only PThm, not PAxm;
wenzelm [Fri, 24 Jul 2009 23:36:37 +0200] rev 32183
get_name: cover only PThm, not PAxm;
Fri, 24 Jul 2009 22:59:28 +0200 eliminated OldGoals.read_term;
wenzelm [Fri, 24 Jul 2009 22:59:28 +0200] rev 32182
eliminated OldGoals.read_term;
Fri, 24 Jul 2009 22:59:08 +0200 more antiquotations instead of adhoc ML stuff;
wenzelm [Fri, 24 Jul 2009 22:59:08 +0200] rev 32181
more antiquotations instead of adhoc ML stuff;
Fri, 24 Jul 2009 22:31:27 +0200 ML_Context.the_local_context;
wenzelm [Fri, 24 Jul 2009 22:31:27 +0200] rev 32180
ML_Context.the_local_context;
Fri, 24 Jul 2009 22:17:32 +0200 eliminated the_context;
wenzelm [Fri, 24 Jul 2009 22:17:32 +0200] rev 32179
eliminated the_context;
Fri, 24 Jul 2009 22:09:09 +0200 do not open OldGoals;
wenzelm [Fri, 24 Jul 2009 22:09:09 +0200] rev 32178
do not open OldGoals;
Fri, 24 Jul 2009 21:34:37 +0200 renamed functor SplitterFun to Splitter, require explicit theory;
wenzelm [Fri, 24 Jul 2009 21:34:37 +0200] rev 32177
renamed functor SplitterFun to Splitter, require explicit theory;
Fri, 24 Jul 2009 21:21:45 +0200 renamed functor BlastFun to Blast, require explicit theory;
wenzelm [Fri, 24 Jul 2009 21:21:45 +0200] rev 32176
renamed functor BlastFun to Blast, require explicit theory; eliminated src/FOL/blastdata.ML;
Fri, 24 Jul 2009 21:18:05 +0200 eliminated OldGoals.prove_goal;
wenzelm [Fri, 24 Jul 2009 21:18:05 +0200] rev 32175
eliminated OldGoals.prove_goal;
Fri, 24 Jul 2009 21:02:34 +0200 explicit OldGoals;
wenzelm [Fri, 24 Jul 2009 21:02:34 +0200] rev 32174
explicit OldGoals;
Fri, 24 Jul 2009 20:55:56 +0200 structure OldGoals: no pervasive names;
wenzelm [Fri, 24 Jul 2009 20:55:56 +0200] rev 32173
structure OldGoals: no pervasive names;
Fri, 24 Jul 2009 18:58:58 +0200 renamed functor ProjectRuleFun to Project_Rule;
wenzelm [Fri, 24 Jul 2009 18:58:58 +0200] rev 32172
renamed functor ProjectRuleFun to Project_Rule; renamed structure ProjectRule to Project_Rule;
Fri, 24 Jul 2009 12:33:00 +0200 renamed functor InductFun to Induct;
wenzelm [Fri, 24 Jul 2009 12:33:00 +0200] rev 32171
renamed functor InductFun to Induct;
Fri, 24 Jul 2009 12:32:43 +0200 tuned;
wenzelm [Fri, 24 Jul 2009 12:32:43 +0200] rev 32170
tuned;
Fri, 24 Jul 2009 12:00:02 +0200 renamed Pure/tctical.ML to Pure/tactical.ML;
wenzelm [Fri, 24 Jul 2009 12:00:02 +0200] rev 32169
renamed Pure/tctical.ML to Pure/tactical.ML;
Fri, 24 Jul 2009 11:55:34 +0200 eliminated print_goals_without_context -- proper pretty printing;
wenzelm [Fri, 24 Jul 2009 11:55:34 +0200] rev 32168
eliminated print_goals_without_context -- proper pretty printing;
Fri, 24 Jul 2009 11:50:35 +0200 Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
wenzelm [Fri, 24 Jul 2009 11:50:35 +0200] rev 32167
Display_Goal.pretty_goals: always Markup.subgoal, clarified options;
Fri, 24 Jul 2009 11:31:22 +0200 removed Formal_Power_Series_Examples (cf. adea7a729c7a);
wenzelm [Fri, 24 Jul 2009 11:31:22 +0200] rev 32166
removed Formal_Power_Series_Examples (cf. adea7a729c7a);
Fri, 24 Jul 2009 11:30:32 +0200 make: keep going by default;
wenzelm [Fri, 24 Jul 2009 11:30:32 +0200] rev 32165
make: keep going by default;
Thu, 23 Jul 2009 23:43:45 +0200 merged
chaieb [Thu, 23 Jul 2009 23:43:45 +0200] rev 32164
merged
Thu, 23 Jul 2009 23:15:45 +0200 merged
chaieb [Thu, 23 Jul 2009 23:15:45 +0200] rev 32163
merged
Thu, 23 Jul 2009 22:25:09 +0200 fixed proof --- fact_setprod removed for fact_altdef_nat
chaieb [Thu, 23 Jul 2009 22:25:09 +0200] rev 32162
fixed proof --- fact_setprod removed for fact_altdef_nat
Thu, 23 Jul 2009 21:13:21 +0200 merged
chaieb [Thu, 23 Jul 2009 21:13:21 +0200] rev 32161
merged
Thu, 23 Jul 2009 21:12:57 +0200 Vandermonde vs Pochhammer; Hypergeometric series - very basic facts
chaieb [Thu, 23 Jul 2009 21:12:57 +0200] rev 32160
Vandermonde vs Pochhammer; Hypergeometric series - very basic facts
Thu, 23 Jul 2009 21:12:57 +0200 More theorems about pochhammer
chaieb [Thu, 23 Jul 2009 21:12:57 +0200] rev 32159
More theorems about pochhammer
Wed, 15 Jul 2009 16:31:44 +0200 Moved theorem binomial_symmetric from Formal_Power_Series to here
chaieb [Wed, 15 Jul 2009 16:31:44 +0200] rev 32158
Moved theorem binomial_symmetric from Formal_Power_Series to here
Wed, 15 Jul 2009 06:14:25 +0200 Moved important theorems from FPS_Examples to FPS --- they are not
chaieb [Wed, 15 Jul 2009 06:14:25 +0200] rev 32157
Moved important theorems from FPS_Examples to FPS --- they are not really examples but useful theorems that are being reproved since unnoticed.
Thu, 23 Jul 2009 23:13:37 +0200 removed obsolete ML proof tools;
wenzelm [Thu, 23 Jul 2009 23:13:37 +0200] rev 32156
removed obsolete ML proof tools;
Thu, 23 Jul 2009 23:12:21 +0200 more @{theory} antiquotations;
wenzelm [Thu, 23 Jul 2009 23:12:21 +0200] rev 32155
more @{theory} antiquotations;
Thu, 23 Jul 2009 22:20:37 +0200 eliminated adhoc ML code;
wenzelm [Thu, 23 Jul 2009 22:20:37 +0200] rev 32154
eliminated adhoc ML code;
Thu, 23 Jul 2009 21:59:56 +0200 misc modernization: proper method setup instead of adhoc ML proofs;
wenzelm [Thu, 23 Jul 2009 21:59:56 +0200] rev 32153
misc modernization: proper method setup instead of adhoc ML proofs;
Thu, 23 Jul 2009 20:05:20 +0200 global_claset_of;
wenzelm [Thu, 23 Jul 2009 20:05:20 +0200] rev 32152
global_claset_of;
Thu, 23 Jul 2009 18:44:10 +0200 Proper context for simpset_of, claset_of, clasimpset_of.
wenzelm [Thu, 23 Jul 2009 18:44:10 +0200] rev 32151
Proper context for simpset_of, claset_of, clasimpset_of.
Thu, 23 Jul 2009 18:44:09 +0200 local simpset_of;
wenzelm [Thu, 23 Jul 2009 18:44:09 +0200] rev 32150
local simpset_of;
Thu, 23 Jul 2009 18:44:09 +0200 renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
wenzelm [Thu, 23 Jul 2009 18:44:09 +0200] rev 32149
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
Thu, 23 Jul 2009 18:44:08 +0200 renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
wenzelm [Thu, 23 Jul 2009 18:44:08 +0200] rev 32148
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
Thu, 23 Jul 2009 16:53:15 +0200 merged
wenzelm [Thu, 23 Jul 2009 16:53:15 +0200] rev 32147
merged
Thu, 23 Jul 2009 16:53:00 +0200 paramify_vars: Term_Subst.map_atypsT_same
wenzelm [Thu, 23 Jul 2009 16:53:00 +0200] rev 32146
paramify_vars: Term_Subst.map_atypsT_same recovered coding conventions of this module;
Thu, 23 Jul 2009 16:52:16 +0200 clarified pretty_goals, pretty_thm_aux: plain context;
wenzelm [Thu, 23 Jul 2009 16:52:16 +0200] rev 32145
clarified pretty_goals, pretty_thm_aux: plain context; explicit pretty_goals_without_context, print_goals_without_context; tuned;
Thu, 23 Jul 2009 16:43:31 +0200 use regular Display.string_of_thm_global;
wenzelm [Thu, 23 Jul 2009 16:43:31 +0200] rev 32144
use regular Display.string_of_thm_global;
Thu, 23 Jul 2009 16:09:50 +0200 tuned ML_OPTIONS;
wenzelm [Thu, 23 Jul 2009 16:09:50 +0200] rev 32143
tuned ML_OPTIONS;
Thu, 23 Jul 2009 15:59:14 +0200 fixed doc
haftmann [Thu, 23 Jul 2009 15:59:14 +0200] rev 32142
fixed doc
Thu, 23 Jul 2009 09:38:22 +0200 Purely functional type inference.
berghofe [Thu, 23 Jul 2009 09:38:22 +0200] rev 32141
Purely functional type inference.
Wed, 22 Jul 2009 18:08:45 +0200 merged
haftmann [Wed, 22 Jul 2009 18:08:45 +0200] rev 32140
merged
Wed, 22 Jul 2009 18:02:10 +0200 moved complete_lattice &c. into separate theory
haftmann [Wed, 22 Jul 2009 18:02:10 +0200] rev 32139
moved complete_lattice &c. into separate theory
Wed, 22 Jul 2009 15:28:49 +0200 merged
Christian Urban <urbanc@in.tum.de> [Wed, 22 Jul 2009 15:28:49 +0200] rev 32138
merged
Wed, 22 Jul 2009 15:28:18 +0200 tuned proofs and added some lemmas
Christian Urban <urbanc@in.tum.de> [Wed, 22 Jul 2009 15:28:18 +0200] rev 32137
tuned proofs and added some lemmas
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip