haftmann [Tue, 14 Jul 2009 15:54:19 +0200] rev 32064
refinement of lattice classes
haftmann [Mon, 13 Jul 2009 08:25:43 +0200] rev 32063
removed outdated comment
wenzelm [Mon, 20 Jul 2009 00:37:39 +0200] rev 32062
Proof.future_proof: declare all assumptions as well;
Proof.future_proof: removed spurious exception_trace (which might cause crash-by-interrupt);
replaced Future.fork_local by Future.fork_pri (again, until group exceptions are propagated properly);
wenzelm [Sun, 19 Jul 2009 19:24:04 +0200] rev 32061
parallel_proofs: more fine-grained control with optional parallel checking of nested Isar proofs;
wenzelm [Sun, 19 Jul 2009 19:20:17 +0200] rev 32060
cancel_proofs: some attempts at reworking group management (based on body promises only);
wenzelm [Sun, 19 Jul 2009 18:42:05 +0200] rev 32059
support for arbitrarity nested future proofs -- replaced crude order by explicit normalization (which might loop for bad dependencies);
export promises_of;
removed obsolete pending_groups;
tuned;
wenzelm [Sun, 19 Jul 2009 18:02:40 +0200] rev 32058
more abstract Future.is_worker;
Future.fork_local: inherit from worker (if available);
wenzelm [Sun, 19 Jul 2009 17:08:34 +0200] rev 32057
tuned;