wenzelm [Sat, 17 Sep 2005 18:11:21 +0200] rev 17461
minor cleanup, moved stuff in its proper place;
wenzelm [Sat, 17 Sep 2005 18:11:20 +0200] rev 17460
generate: added HOL-Complex-Generate-HOLLight;
wenzelm [Sat, 17 Sep 2005 18:11:19 +0200] rev 17459
added code generator setup (from Main.thy);
wenzelm [Sat, 17 Sep 2005 18:11:18 +0200] rev 17458
lemmas [code] = imp_conv_disj (from Main.thy) -- Why does it need Datatype?
wenzelm [Sat, 17 Sep 2005 18:11:17 +0200] rev 17457
HTML.with_charset;
wenzelm [Sat, 17 Sep 2005 17:35:26 +0200] rev 17456
converted to Isar theory format;
wenzelm [Sat, 17 Sep 2005 14:02:31 +0200] rev 17455
tuned document;
wenzelm [Sat, 17 Sep 2005 12:51:03 +0200] rev 17454
obsolete;
wenzelm [Sat, 17 Sep 2005 12:50:57 +0200] rev 17453
plain test session, includes example;
wenzelm [Sat, 17 Sep 2005 12:18:08 +0200] rev 17452
theory_to_proof: check theory of initial proof state, which must not be changed;
wenzelm [Sat, 17 Sep 2005 12:18:07 +0200] rev 17451
added auto_fix (from proof.ML);
added assms_of;
removed assumptions_of;
pretty_thm: show out-of-context hyps;
warn_extra_tfrees: works again, tuned;
wenzelm [Sat, 17 Sep 2005 12:18:06 +0200] rev 17450
export put_facts;
moved auto_fix to proof_context.ML;
generic_goal: solve 0 subgoals initially;
global_goal/theorem: only store results if SOME target, which may be empty;
wenzelm [Sat, 17 Sep 2005 12:18:05 +0200] rev 17449
interpretation: use goal commands without target -- no storing of results;
wenzelm [Sat, 17 Sep 2005 12:18:04 +0200] rev 17448
theorem(_i): empty target;
forget_proof: removed tmp hack;