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;
wenzelm [Thu, 18 Oct 2012 13:26:49 +0200] rev 49909
tuned message;
wenzelm [Thu, 18 Oct 2012 12:47:30 +0200] rev 49908
tuned comment;
wenzelm [Thu, 18 Oct 2012 12:26:30 +0200] rev 49907
avoid spurious "bad" markup for show/test_proof;
tuned;
wenzelm [Thu, 18 Oct 2012 12:00:27 +0200] rev 49906
more official Future.terminate;
tuned signature;
haftmann [Thu, 18 Oct 2012 09:19:37 +0200] rev 49905
simp results for simplification results of Inf/Sup expressions on bool;
tuned proofs
haftmann [Thu, 18 Oct 2012 09:17:00 +0200] rev 49904
no sort constraints on datatype constructors in internal bookkeeping
wenzelm [Wed, 17 Oct 2012 22:57:28 +0200] rev 49903
HOL-BNF-Examples is sequential for now, due to spurious interrupts (again);
wenzelm [Wed, 17 Oct 2012 22:45:40 +0200] rev 49902
merged
bulwahn [Wed, 17 Oct 2012 15:25:52 +0200] rev 49901
comprehension conversion reuses suggested names for bound variables instead of invented fresh ones; tuned tactic
bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49900
checking for bound variables in the set expression; handling negation more generally
bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49899
set_comprehension_pointfree simproc now handles the complicated test case; tuned