wenzelm [Tue, 13 Sep 2005 22:19:51 +0200] rev 17366
export ml_exts;
wenzelm [Tue, 13 Sep 2005 22:19:50 +0200] rev 17365
begin_theory: tuned interface, check uses;
wenzelm [Tue, 13 Sep 2005 22:19:49 +0200] rev 17364
replaced TRANSLATION_FAIL by EXCEPTION;
wenzelm [Tue, 13 Sep 2005 22:19:48 +0200] rev 17363
added three_buffersN, print3;
tuned theory_to_proof: plain Proof.state instead of history;
added EXCEPTION;
removed DATA_FAIL, TRANSLATION_FAIL;
wenzelm [Tue, 13 Sep 2005 22:19:47 +0200] rev 17362
load before proof.ML;
moved proof elements to proof.ML;
wenzelm [Tue, 13 Sep 2005 22:19:46 +0200] rev 17361
added simple;
eliminated obsolete Sign.sg;
wenzelm [Tue, 13 Sep 2005 22:19:45 +0200] rev 17360
added add_view, export_view (supercedes adhoc view arguments);
unified put_thms/reset_thms;
wenzelm [Tue, 13 Sep 2005 22:19:44 +0200] rev 17359
major cleanup of interfaces and implementation;
generic goal commands: local/global_goal with after_qed;
independent of locale.ML;
more self-contained proof elements (material from isar_thy.ML);
refer to ProofDisplay (cf. proof_display.ML);
unified print_results (always normal);
added get_thmss;