wenzelm [Mon, 27 Feb 2012 17:39:34 +0100] rev 46713
prefer uniform Timing.message -- avoid assumption about sequential execution;
wenzelm [Mon, 27 Feb 2012 17:13:25 +0100] rev 46712
prefer final ADTs -- prevent ooddities;
wenzelm [Mon, 27 Feb 2012 16:56:25 +0100] rev 46711
more explicit Long_Name operations (NB: analyzing qualifiers is inherently fragile);
wenzelm [Mon, 27 Feb 2012 16:53:13 +0100] rev 46710
more standard settings -- refer to COMPONENT at most once;
wenzelm [Mon, 27 Feb 2012 16:05:51 +0100] rev 46709
clarified prems_lin_arith_tac, with subtle change of semantics: structured prems are inserted as well;
wenzelm [Mon, 27 Feb 2012 15:48:02 +0100] rev 46708
prefer cut_tac, where it is clear that the special variants cut_rules_tac or cut_facts_tac are not required;
wenzelm [Mon, 27 Feb 2012 15:42:07 +0100] rev 46707
eliminated odd comment from distant past;
wenzelm [Mon, 27 Feb 2012 15:39:47 +0100] rev 46706
updated cut_tac, without loose references to implementation manual;
wenzelm [Mon, 27 Feb 2012 15:36:24 +0100] rev 46705
updated generated file;
wenzelm [Mon, 27 Feb 2012 15:00:19 +0100] rev 46704
simplified cut_tac (cf. d549b5b0f344);