wenzelm [Sat, 07 Oct 2006 01:31:19 +0200] rev 20891
TheoryTarget;
wenzelm [Sat, 07 Oct 2006 01:31:18 +0200] rev 20890
moved pretty_consts to proof_display.ML;
adapted to improved LocalTheory interfaces;
wenzelm [Sat, 07 Oct 2006 01:31:17 +0200] rev 20889
added pretty_consts (from specification.ML);
wenzelm [Sat, 07 Oct 2006 01:31:16 +0200] rev 20888
turned into abstract wrapper module, cf. theory_target.ML;
simplified interfaces;
wenzelm [Sat, 07 Oct 2006 01:31:15 +0200] rev 20887
replaced add_def by more elaborate add_defs;
added find_def (based on educated guesses);
wenzelm [Sat, 07 Oct 2006 01:31:14 +0200] rev 20886
replaced generalize_facts by full export_(standard_)facts;
wenzelm [Sat, 07 Oct 2006 01:31:13 +0200] rev 20885
Thm.def_name_optional;
ProofDisplay.pretty_consts;
wenzelm [Sat, 07 Oct 2006 01:31:12 +0200] rev 20884
added def_name_optional;
wenzelm [Sat, 07 Oct 2006 01:31:11 +0200] rev 20883
removed is_equals, is_implies;
tuned;
wenzelm [Sat, 07 Oct 2006 01:31:10 +0200] rev 20882
added the_single;
wenzelm [Sat, 07 Oct 2006 01:31:09 +0200] rev 20881
added term_rule;
wenzelm [Sat, 07 Oct 2006 01:31:08 +0200] rev 20880
added Isar/theory_target.ML;
wenzelm [Sat, 07 Oct 2006 01:31:07 +0200] rev 20879
improved LocalDefs.add_def;
wenzelm [Sat, 07 Oct 2006 01:31:06 +0200] rev 20878
mk_partial_rules_mutual: expand result terms/thms;
wenzelm [Sat, 07 Oct 2006 01:31:05 +0200] rev 20877
removed with_local_path -- LocalTheory.note admits qualified names;
TheoryTarget.init;
wenzelm [Sat, 07 Oct 2006 01:31:04 +0200] rev 20876
moved the_single to Pure/library.ML;
tuned;