wenzelm [Thu, 23 Jul 2009 21:59:56 +0200] rev 32153
misc modernization: proper method setup instead of adhoc ML proofs;
wenzelm [Thu, 23 Jul 2009 20:05:20 +0200] rev 32152
global_claset_of;
wenzelm [Thu, 23 Jul 2009 18:44:10 +0200] rev 32151
Proper context for simpset_of, claset_of, clasimpset_of.
wenzelm [Thu, 23 Jul 2009 18:44:09 +0200] rev 32150
local simpset_of;
wenzelm [Thu, 23 Jul 2009 18:44:09 +0200] rev 32149
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
wenzelm [Thu, 23 Jul 2009 18:44:08 +0200] rev 32148
renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
wenzelm [Thu, 23 Jul 2009 16:53:15 +0200] rev 32147
merged
wenzelm [Thu, 23 Jul 2009 16:53:00 +0200] rev 32146
paramify_vars: Term_Subst.map_atypsT_same
recovered coding conventions of this module;
wenzelm [Thu, 23 Jul 2009 16:52:16 +0200] rev 32145
clarified pretty_goals, pretty_thm_aux: plain context;
explicit pretty_goals_without_context, print_goals_without_context;
tuned;
wenzelm [Thu, 23 Jul 2009 16:43:31 +0200] rev 32144
use regular Display.string_of_thm_global;