wenzelm [Thu, 10 Apr 2008 17:01:37 +0200] rev 26618
tuned;
wenzelm [Thu, 10 Apr 2008 16:15:53 +0200] rev 26617
Isar.goal: tactical goal only;
wenzelm [Thu, 10 Apr 2008 15:04:11 +0200] rev 26616
eliminated backpatching of load_thy;
wenzelm [Thu, 10 Apr 2008 14:53:31 +0200] rev 26615
added read_const_exprs (from Pure/Isar/code_unit.ML);
wenzelm [Thu, 10 Apr 2008 14:53:30 +0200] rev 26614
export get_names (formerly names);
moved pervasive theory = ThyInfo.get_theory to pure_setup.ML;
removed unused pretty_theory;
use OuterSyntax.load_thy instead of backpatched ThyLoad.load_thy;
wenzelm [Thu, 10 Apr 2008 14:53:29 +0200] rev 26613
ThyInfo.get_names;
wenzelm [Thu, 10 Apr 2008 14:53:28 +0200] rev 26612
ThyInfo.get_theory;
wenzelm [Thu, 10 Apr 2008 14:53:27 +0200] rev 26611
export load_thy -- no backpatching;
wenzelm [Thu, 10 Apr 2008 14:53:26 +0200] rev 26610
export subst_alias;
moved read_const_exprs to Tools/code_package.ML -- avoids dependency on ThyInfo;
wenzelm [Thu, 10 Apr 2008 14:53:25 +0200] rev 26609
load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;