wenzelm [Sat, 17 Sep 2005 20:14:30 +0200] rev 17477
converted to Isar theory format;
wenzelm [Sat, 17 Sep 2005 19:17:35 +0200] rev 17476
moved quick_and_dirty to Pure/ROOT.ML;
wenzelm [Sat, 17 Sep 2005 19:17:34 +0200] rev 17475
pretty_thm_aux: ora masked by quick_and_dirty;
wenzelm [Sat, 17 Sep 2005 19:17:33 +0200] rev 17474
added quick_and_dirty (from Isar/skip_proofs.ML);
wenzelm [Sat, 17 Sep 2005 19:12:58 +0200] rev 17473
manually generated from Isabelle/HOLCF/IOA/Complex/Import;
wenzelm [Sat, 17 Sep 2005 18:25:11 +0200] rev 17472
tuned document;
wenzelm [Sat, 17 Sep 2005 18:24:57 +0200] rev 17471
tuned;
wenzelm [Sat, 17 Sep 2005 18:11:30 +0200] rev 17470
added with_charset: string -> ('a -> 'b) -> 'a -> 'b;
wenzelm [Sat, 17 Sep 2005 18:11:29 +0200] rev 17469
tuned comments;
wenzelm [Sat, 17 Sep 2005 18:11:28 +0200] rev 17468
pretty_thm_aux: aconv hyps;
wenzelm [Sat, 17 Sep 2005 18:11:27 +0200] rev 17467
removed obsolete BasisLibrary;
proof_general.ML: setmp proofs 1 to capture sane default preferences;
wenzelm [Sat, 17 Sep 2005 18:11:26 +0200] rev 17466
Hebrew: HTML.with_charset;
wenzelm [Sat, 17 Sep 2005 18:11:25 +0200] rev 17465
removed obsolete BasisLibrary;
wenzelm [Sat, 17 Sep 2005 18:11:24 +0200] rev 17464
added quickcheck_params (from Main.thy);
wenzelm [Sat, 17 Sep 2005 18:11:23 +0200] rev 17463
removed spurious PolyML.exception_trace;
wenzelm [Sat, 17 Sep 2005 18:11:22 +0200] rev 17462
moved setup ResAxioms.clause_setup to Main.thy (it refers to all previous theories);
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;