wenzelm [Tue, 16 Oct 2012 15:14:12 +0200] rev 49863
more informative errors for 'proof' and 'apply' steps;
more Seq.result operations;
wenzelm [Tue, 16 Oct 2012 15:02:49 +0200] rev 49862
more friendly handling of Pure.thy bootstrap errors;
wenzelm [Tue, 16 Oct 2012 14:14:37 +0200] rev 49861
more informative error for stand-alone 'qed';
wenzelm [Tue, 16 Oct 2012 14:02:02 +0200] rev 49860
further attempts to unify/simplify goal output;
wenzelm [Tue, 16 Oct 2012 13:06:40 +0200] rev 49859
more informative error messages of initial/terminal proof methods;
more systematic support for sequences with embedded errors;
tuned Seq.maps;
wenzelm [Mon, 15 Oct 2012 19:03:02 +0200] rev 49858
merged
bulwahn [Mon, 15 Oct 2012 16:18:48 +0200] rev 49857
setcomprehension_pointfree simproc also works for set comprehension without an equation
wenzelm [Mon, 15 Oct 2012 15:43:12 +0200] rev 49856
tuned message -- avoid extra blank lines;
wenzelm [Mon, 15 Oct 2012 15:28:56 +0200] rev 49855
updated to polyml-5.5.0 which reduces chance of HOL-IMP failure (although it is hard to reproduce anyway);
Markus Kaiser <markus.kaiser@in.tum.de> [Sun, 14 Oct 2012 21:02:14 +0200] rev 49854
store colors after build
bulwahn [Sun, 14 Oct 2012 19:16:39 +0200] rev 49853
adding further test cases for the set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:35 +0200] rev 49852
refined tactic in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:33 +0200] rev 49851
adding further test cases to check new functionality of the simproc; strengthened test cases to check the success of the simproc more faithfully
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49850
adding postprocessing of computed pointfree expression in set_comprehension_pointfree simproc
bulwahn [Sun, 14 Oct 2012 19:16:32 +0200] rev 49849
extending the setcomprehension_pointfree simproc to handle nesting disjunctions, conjunctions and negations (with contributions from Rafal Kolanski, NICTA); tuned