wenzelm [Tue, 17 Sep 2013 00:13:20 +0200] rev 53674
tuned proofs;
wenzelm [Mon, 16 Sep 2013 23:08:02 +0200] rev 53673
treat all dummy type variables separately (in contrast to fca432074fb2);
wenzelm [Mon, 16 Sep 2013 23:04:13 +0200] rev 53672
removed dead code (see also 69d4543811d0);
wenzelm [Mon, 16 Sep 2013 19:30:33 +0200] rev 53671
merged
wenzelm [Mon, 16 Sep 2013 19:27:20 +0200] rev 53670
tuned signature;
wenzelm [Mon, 16 Sep 2013 17:42:05 +0200] rev 53669
more antiquotations -- avoid unchecked string literals;
wenzelm [Mon, 16 Sep 2013 17:18:56 +0200] rev 53668
more explicit exception pattern (NB: unqualified exceptions without arguments are in danger of becoming catch-all patterns by accident);
wenzelm [Mon, 16 Sep 2013 17:13:38 +0200] rev 53667
distinguish Proof.context vs. local_theory semantically, with corresponding naming conventions;
some notes about missing ML interface;
wenzelm [Mon, 16 Sep 2013 17:04:28 +0200] rev 53666
tuned white space;
avoid "object-oriented English";
wenzelm [Mon, 16 Sep 2013 16:50:49 +0200] rev 53665
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;