Tue, 05 Mar 2013 10:16:15 +0100more lemmas about intervals
nipkow [Tue, 05 Mar 2013 10:16:15 +0100] rev 52471
more lemmas about intervals

Mon, 04 Mar 2013 17:32:10 +0100merged
wenzelm [Mon, 04 Mar 2013 17:32:10 +0100] rev 52470
merged

Mon, 04 Mar 2013 15:03:46 +0100refined parallel_proofs = 2: fork whole Isar sub-proofs, not just terminal ones;
wenzelm [Mon, 04 Mar 2013 15:03:46 +0100] rev 52469
refined parallel_proofs = 2: fork whole Isar sub-proofs, not just terminal ones;
refined parallel_proofs = 3: fork terminal proofs, as poor man's parallelization in interactive mode;

Mon, 04 Mar 2013 11:36:16 +0100join all proofs before scheduling present phase (ordered according to weight);
wenzelm [Mon, 04 Mar 2013 11:36:16 +0100] rev 52468
join all proofs before scheduling present phase (ordered according to weight);
tuned;

Mon, 04 Mar 2013 10:02:58 +0100more explicit datatype result;
wenzelm [Mon, 04 Mar 2013 10:02:58 +0100] rev 52467
more explicit datatype result;

Wed, 20 Feb 2013 12:04:42 +0100split dense into inner_dense_order and no_top/no_bot
hoelzl [Wed, 20 Feb 2013 12:04:42 +0100] rev 52466
split dense into inner_dense_order and no_top/no_bot

Wed, 20 Feb 2013 12:04:42 +0100move auxiliary lemmas from Library/Extended_Reals to HOL image
hoelzl [Wed, 20 Feb 2013 12:04:42 +0100] rev 52465
move auxiliary lemmas from Library/Extended_Reals to HOL image

Mon, 04 Mar 2013 09:57:54 +0100tuned (extend datatype to inline option)
traytel [Mon, 04 Mar 2013 09:57:54 +0100] rev 52464
tuned (extend datatype to inline option)

Sun, 03 Mar 2013 18:50:46 +0100prefer more systematic Future.flat;
wenzelm [Sun, 03 Mar 2013 18:50:46 +0100] rev 52463
prefer more systematic Future.flat;

Sun, 03 Mar 2013 17:34:42 +0100more uniform Future.map: always internalize failure;
wenzelm [Sun, 03 Mar 2013 17:34:42 +0100] rev 52462
more uniform Future.map: always internalize failure;
added Future.flat as fast-path operation;