wenzelm [Thu, 05 Mar 2009 23:12:59 +0100] rev 30292
render_tree: suppress markup only for empty body (of status messages, cf. da275b7809bd) in order to recover hilite;
wenzelm [Thu, 05 Mar 2009 21:06:59 +0100] rev 30291
removed obsolete claset_rules_of, simpset_rules_of -- as proposed in the text;
wenzelm [Thu, 05 Mar 2009 20:55:28 +0100] rev 30290
removed unused TableFun().fold_map and GraphFun().fold_map_nodes;
wenzelm [Thu, 05 Mar 2009 20:17:02 +0100] rev 30289
removed spurious occurrences of old rep_ss;
wenzelm [Thu, 05 Mar 2009 19:48:02 +0100] rev 30288
Thm.add_oracle interface: replaced old bstring by binding;
wenzelm [Thu, 05 Mar 2009 18:19:20 +0100] rev 30287
silent chmod;
wenzelm [Thu, 05 Mar 2009 17:35:37 +0100] rev 30286
Consts.abbreviate: reject schematic term variables, prevent schematic type variables (hidden polymorphism) via Term.close_schematic_term -- see also 8f84a608883d;
wenzelm [Thu, 05 Mar 2009 17:09:07 +0100] rev 30285
close_schematic_term: uniform order of types/terms;
tuned;
wenzelm [Thu, 05 Mar 2009 15:27:07 +0100] rev 30284
eliminated Consts.eq_consts tuning -- this is built into tables and name spaces already;
wenzelm [Thu, 05 Mar 2009 15:25:35 +0100] rev 30283
TableFun.join/merge: optimize the important special case where the tables coincide -- NOTE: this changes both the operational behaviour and the result for non-standard join/eq notion;