wenzelm [Sat, 27 Sep 2008 19:35:00 +0200] rev 28385
setmp_noncritical;
wenzelm [Sat, 27 Sep 2008 18:18:08 +0200] rev 28384
dequeue_towards: return bound for unfinished tasks;
wenzelm [Sat, 27 Sep 2008 18:18:07 +0200] rev 28383
moved release_results to future.ML;
get_some: simplified via Future.release_results;
wenzelm [Sat, 27 Sep 2008 18:18:06 +0200] rev 28382
added release_results (formerly in par_list.ML);
more informative trace_active;
join_results: avoid deadlock via nested SYNCHRONOIZED, more robust active join, less rechecking of tasks;
wenzelm [Sat, 27 Sep 2008 18:18:05 +0200] rev 28381
Future.release_results;
wenzelm [Sat, 27 Sep 2008 15:37:01 +0200] rev 28380
more tracing;
wenzelm [Sat, 27 Sep 2008 15:20:39 +0200] rev 28379
Theory.checkpoint for main operations, admits concurrent proofs;
wenzelm [Sat, 27 Sep 2008 15:20:37 +0200] rev 28378
promise: include check into future body, i.e. joined results are always valid;
pending future derivations: shared ref within whole theory body, i.e. end-of-theory joins *all* derivations ever forked from a version of the theory;
simplified rep_deriv;
wenzelm [Sat, 27 Sep 2008 15:20:36 +0200] rev 28377
proper transfer of theorems that involve classes being instantiated here;
wenzelm [Sat, 27 Sep 2008 14:26:06 +0200] rev 28376
HOL_USEDIR_OPTIONS no longer applies to HOL-Plain (main HOL is rebuilt from Pure);
wenzelm [Fri, 26 Sep 2008 19:07:56 +0200] rev 28375
eliminated polymorphic equality;
wenzelm [Fri, 26 Sep 2008 17:24:15 +0200] rev 28374
added subset operation;
berghofe [Fri, 26 Sep 2008 14:53:10 +0200] rev 28373
Added fresh_star_const.
berghofe [Fri, 26 Sep 2008 14:52:27 +0200] rev 28372
Added some more theorems to NominalData.
berghofe [Fri, 26 Sep 2008 14:51:27 +0200] rev 28371
Added some more lemmas that are useful in proof of strong induction rule.
haftmann [Fri, 26 Sep 2008 09:10:02 +0200] rev 28370
removed obsolete name convention "func"
haftmann [Fri, 26 Sep 2008 09:09:53 +0200] rev 28369
fixed typo
haftmann [Fri, 26 Sep 2008 09:09:52 +0200] rev 28368
clarified function transformator interface
haftmann [Fri, 26 Sep 2008 09:09:51 +0200] rev 28367
op = vs. eq
wenzelm [Thu, 25 Sep 2008 20:34:21 +0200] rev 28366
moved future_scheduler flag to skip_proof.ML;
wenzelm [Thu, 25 Sep 2008 20:34:20 +0200] rev 28365
added future_scheduler (from thy_info.ML);
prove: Goal.prove_promise if future_schedule;
wenzelm [Thu, 25 Sep 2008 20:34:19 +0200] rev 28364
simplified promise;
fulfill is internal only;
more robust join_futures;
wenzelm [Thu, 25 Sep 2008 20:34:18 +0200] rev 28363
simplified Thm.promise;
prove_common: proper context for promise_result;
wenzelm [Thu, 25 Sep 2008 20:34:17 +0200] rev 28362
explicit checkpoint for low-level (global) theory operations admits concurrent SkipProof.prove;
tuned list operations;
wenzelm [Thu, 25 Sep 2008 20:34:15 +0200] rev 28361
explicit checkpoint for low-level (global) theory operations, admits concurrent proofs;
haftmann [Thu, 25 Sep 2008 19:15:50 +0200] rev 28360
circumvent problem with code redundancy
haftmann [Thu, 25 Sep 2008 16:05:52 +0200] rev 28359
clarifed redundancy policy
wenzelm [Thu, 25 Sep 2008 14:37:32 +0200] rev 28358
tuned comments;
wenzelm [Thu, 25 Sep 2008 14:35:03 +0200] rev 28357
added release_results;
tuned comments;
wenzelm [Thu, 25 Sep 2008 14:35:02 +0200] rev 28356
abtract types: plain datatype with opaque signature matching;
promise: join pending futures at end of theory;