wenzelm [Mon, 10 Feb 2014 22:39:04 +0100] rev 55387
seal system channels at end of Pure bootstrap -- Isabelle/Scala provides official interfaces;
wenzelm [Mon, 10 Feb 2014 22:22:06 +0100] rev 55386
make triple-sure that the future scheduler is properly shutdown (see also 702278df3b57);
wenzelm [Mon, 10 Feb 2014 22:08:18 +0100] rev 55385
discontinued axiomatic 'classes', 'classrel', 'arities';
wenzelm [Mon, 10 Feb 2014 22:07:50 +0100] rev 55384
updated keywords;
wenzelm [Mon, 10 Feb 2014 21:03:28 +0100] rev 55383
more explicit axiomatization;
wenzelm [Mon, 10 Feb 2014 21:00:56 +0100] rev 55382
prefer vacuous definitional type classes over axiomatic ones;
wenzelm [Mon, 10 Feb 2014 17:23:13 +0100] rev 55381
more explicit axiomatization;
wenzelm [Mon, 10 Feb 2014 17:20:11 +0100] rev 55380
prefer vacuous definitional type classes over axiomatic ones;
wenzelm [Mon, 10 Feb 2014 14:33:47 +0100] rev 55379
comments;
wenzelm [Mon, 10 Feb 2014 13:47:31 +0100] rev 55378
removed rotten code;
wenzelm [Mon, 10 Feb 2014 13:04:08 +0100] rev 55377
more elementary put_simpset: exchange the simplifier configuration outright, which is particularly relevant concerning cumulative depth, e.g. for Product_Type.split_beta in the subsequent example:
lemma "P (\<lambda>s. (case s of (x, y) \<Rightarrow> c))"
using [[simp_depth_limit = 1]]
apply simp
oops
nipkow [Mon, 10 Feb 2014 21:51:15 +0100] rev 55376
merged
nipkow [Mon, 10 Feb 2014 21:50:50 +0100] rev 55375
improved lin.arith. for terms involving division
haftmann [Sun, 09 Feb 2014 21:37:27 +0100] rev 55374
restoring ancient string_classes option