wenzelm [Thu, 18 Oct 2012 20:45:15 +0200] rev 49933
merged
wenzelm [Thu, 18 Oct 2012 20:00:45 +0200] rev 49932
back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
wenzelm [Thu, 18 Oct 2012 19:58:30 +0200] rev 49931
more basic Goal.reset_futures as snapshot of implicit state;
more robust Session.finish_futures: do not cancel here, to allow later Future.map of persistent futures (notably proof terms);
wenzelm [Thu, 18 Oct 2012 19:12:58 +0200] rev 49930
tuned proof;
kuncar [Thu, 18 Oct 2012 15:52:33 +0200] rev 49929
update RBT_Mapping, AList_Mapping and Mapping to use lifting/transfer
kuncar [Thu, 18 Oct 2012 15:52:32 +0200] rev 49928
tuned proofs
kuncar [Thu, 18 Oct 2012 15:52:31 +0200] rev 49927
new theorem
wenzelm [Thu, 18 Oct 2012 15:47:01 +0200] rev 49926
merged
wenzelm [Thu, 18 Oct 2012 15:44:14 +0200] rev 49925
merged
wenzelm [Thu, 18 Oct 2012 15:28:49 +0200] rev 49924
merged
wenzelm [Thu, 18 Oct 2012 15:16:39 +0200] rev 49923
merged
wenzelm [Thu, 18 Oct 2012 15:15:08 +0200] rev 49922
fixed proof (cf. a81f95693c68);
blanchet [Thu, 18 Oct 2012 15:41:15 +0200] rev 49921
tuned Isar output
nipkow [Thu, 18 Oct 2012 15:40:02 +0200] rev 49920
tuned
blanchet [Thu, 18 Oct 2012 15:10:49 +0200] rev 49919
updated docs
blanchet [Thu, 18 Oct 2012 15:05:17 +0200] rev 49918
renamed Isar-proof related options + changed semantics of Isar shrinking
blanchet [Thu, 18 Oct 2012 14:26:45 +0200] rev 49917
tuning
blanchet [Thu, 18 Oct 2012 13:46:24 +0200] rev 49916
fixed theorem lookup code in Isar proof reconstruction
blanchet [Thu, 18 Oct 2012 13:37:53 +0200] rev 49915
tuning
blanchet [Thu, 18 Oct 2012 13:19:44 +0200] rev 49914
refactor code
blanchet [Thu, 18 Oct 2012 11:59:45 +0200] rev 49913
tuning
wenzelm [Thu, 18 Oct 2012 14:15:46 +0200] rev 49912
more robust future_proof result with specific error message (e.g. relevant for incomplete proof of non-registered theorem);
wenzelm [Thu, 18 Oct 2012 13:57:27 +0200] rev 49911
collective errors from use_thys and Session.finish/Goal.finish_futures -- avoid uninformative interrupts stemming from failure of goal forks that are not registered in the theory (e.g. unnamed theorems);
wenzelm [Thu, 18 Oct 2012 13:53:02 +0200] rev 49910
more uniform group for map_future, which is relevant for cancel in worker_task vs. future_job -- prefer peer group despite 81d03a29980c;