wenzelm [Mon, 01 Dec 2014 14:24:05 +0100] rev 59072
tuned signature;
wenzelm [Mon, 01 Dec 2014 13:49:47 +0100] rev 59071
tuned;
blanchet [Wed, 03 Dec 2014 17:08:24 +0100] rev 59070
prefer E 1.8, now that it's been tried and tested
wenzelm [Sun, 30 Nov 2014 15:11:50 +0100] rev 59069
more accurate context;
wenzelm [Sun, 30 Nov 2014 14:43:00 +0100] rev 59068
update_cartouches;
wenzelm [Sun, 30 Nov 2014 14:02:48 +0100] rev 59067
tuned signature;
wenzelm [Sun, 30 Nov 2014 13:15:04 +0100] rev 59066
tuned signature;
wenzelm [Sun, 30 Nov 2014 12:46:16 +0100] rev 59065
tuned signature -- prefer Input.source;
wenzelm [Sun, 30 Nov 2014 12:24:56 +0100] rev 59064
more abstract type Input.source;
wenzelm [Sat, 29 Nov 2014 14:43:10 +0100] rev 59063
encode text with control symbols;
wenzelm [Sat, 29 Nov 2014 14:42:32 +0100] rev 59062
proper HTML.encode;
haftmann [Wed, 26 Nov 2014 15:59:46 +0100] rev 59061
prefer abbrev for is_unit
haftmann [Wed, 26 Nov 2014 15:46:19 +0100] rev 59060
do not conceal inductive predicate names properly, following 4a3747517552
haftmann [Wed, 26 Nov 2014 15:46:17 +0100] rev 59059
tuned
wenzelm [Wed, 26 Nov 2014 20:05:34 +0100] rev 59058
renamed "pairself" to "apply2", in accordance to @{apply 2};
wenzelm [Wed, 26 Nov 2014 16:55:43 +0100] rev 59057
added ML antiquotation @{apply n} or @{apply n(k)};
wenzelm [Wed, 26 Nov 2014 15:44:32 +0100] rev 59056
even more exception traces for Document.update, which goes through additional execution wrappers;
wenzelm [Wed, 26 Nov 2014 14:35:55 +0100] rev 59055
more informative failure of protocol commands, with exception trace;
eliminated obsolete Runtime.TERMINATE (left-over from former 'exit' command);
wenzelm [Wed, 26 Nov 2014 11:43:51 +0100] rev 59054
load simple_thread.ML later, such that it benefits from redefined print_exception_trace;
hoelzl [Tue, 25 Nov 2014 17:30:05 +0100] rev 59053
tuned proof that pmfs are bnfs
hoelzl [Tue, 25 Nov 2014 17:29:39 +0100] rev 59052
projections of pair_pmf (by D. Traytel)
wenzelm [Mon, 24 Nov 2014 22:59:20 +0100] rev 59051
merged
wenzelm [Mon, 24 Nov 2014 20:06:51 +0100] rev 59050
removed odd remains of structural containment checks, which stem from an older approach (see also 3ad1b289f21b, 3ae3cc4b1eac, 423af2e013b8, bad13b32c0f3, ccd6de95f4a6);
de-facto this alternative never occured in practice, but it can lead to non-termination of the check;
traytel [Mon, 24 Nov 2014 15:50:10 +0100] rev 59049
preinstantiate (co)inductions in N2M to handle mutual but separated SCCs