wenzelm [Sat, 12 Apr 2008 17:00:38 +0200] rev 26627
rep_cterm/rep_thm: no longer dereference theory_ref;
replaced Drule.close_derivation/Goal.close_result by Thm.close_derivation (removed obsolete compression);
wenzelm [Sat, 12 Apr 2008 17:00:35 +0200] rev 26626
rep_cterm/rep_thm: no longer dereference theory_ref;
wenzelm [Thu, 10 Apr 2008 20:54:18 +0200] rev 26625
use_text: explicitly print exception, which is no longer done by the new PolyML.compiler setup;
wenzelm [Thu, 10 Apr 2008 20:54:17 +0200] rev 26624
transaction/init: ensure stable theory (non-draft);
wenzelm [Thu, 10 Apr 2008 20:54:15 +0200] rev 26623
export is_draft, not draftN;
wenzelm [Thu, 10 Apr 2008 17:01:41 +0200] rev 26622
simplified isarcmd;
wenzelm [Thu, 10 Apr 2008 17:01:40 +0200] rev 26621
eliminated unused name_of, source, source_of, print', print3, three_buffersN;
tuned;
wenzelm [Thu, 10 Apr 2008 17:01:39 +0200] rev 26620
eliminated unused trace, read;
wenzelm [Thu, 10 Apr 2008 17:01:38 +0200] rev 26619
eliminated unused Toplevel.print3/three_buffers;
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;