wenzelm [Thu, 18 Aug 2005 11:59:17 +0200] rev 17117
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm [Thu, 18 Aug 2005 11:17:51 +0200] rev 17116
replace freeze by 'setmp show_question_marks false';
wenzelm [Thu, 18 Aug 2005 11:17:50 +0200] rev 17115
proof_to_theory_context: interaction flag;
wenzelm [Thu, 18 Aug 2005 11:17:49 +0200] rev 17114
accomodate interface Proof vs. Method;
wenzelm [Thu, 18 Aug 2005 11:17:48 +0200] rev 17113
added NO_CASES;
wenzelm [Thu, 18 Aug 2005 11:17:47 +0200] rev 17112
moved after method.ML;
moved FINDGOAL/HEADGOAL to method.ML;
moved type method to method.ML;
prepare attributes here;
tuned various interfaces (cf. isar_thy.ML);
tuned;
wenzelm [Thu, 18 Aug 2005 11:17:46 +0200] rev 17111
prepare attributes here;
tuned;
wenzelm [Thu, 18 Aug 2005 11:17:45 +0200] rev 17110
moved before proof.ML;
added FINDGOAL/HEADGOAL (from proof.ML);
added type method (from proof.ML);
moved proof refinement etc. to proof.ML;
tuned;
wenzelm [Thu, 18 Aug 2005 11:17:44 +0200] rev 17109
added add_locale_context(_i), which returns the body context for presentation;
note_thmss(_i), add_thmss: returns context for presentation;
removed map_attrib_specs/facts (cf. Attrib.map_specs/facts);
wenzelm [Thu, 18 Aug 2005 11:17:43 +0200] rev 17108
moved translation functions to Pure/sign.ML;
moved attribute preparation to actual operations in proof.ML etc.;
removed various trivial interfaces;
wenzelm [Thu, 18 Aug 2005 11:17:42 +0200] rev 17107
various Toplevel.theory_context commands: proper presentation in context;
simplified interfaces Proof vs. IsarThy;
wenzelm [Thu, 18 Aug 2005 11:17:41 +0200] rev 17106
use theory instead of obsolete Sign.sg;
tuned comments;
wenzelm [Thu, 18 Aug 2005 11:17:40 +0200] rev 17105
added map_specs/facts operators (from locale.ML);
wenzelm [Thu, 18 Aug 2005 11:17:39 +0200] rev 17104
removed obsolete Theory.sign_of;
wenzelm [Thu, 18 Aug 2005 11:17:38 +0200] rev 17103
load method.ML before proof.ML;
wenzelm [Thu, 18 Aug 2005 11:17:37 +0200] rev 17102
added interfaces for compile translation functions (from Isar/isar_thy.ML);
wenzelm [Thu, 18 Aug 2005 11:17:36 +0200] rev 17101
added tap;
wenzelm [Thu, 18 Aug 2005 11:17:35 +0200] rev 17100
updated;
wenzelm [Thu, 18 Aug 2005 11:17:34 +0200] rev 17099
usedir: tuned option -V;
wenzelm [Thu, 18 Aug 2005 11:17:33 +0200] rev 17098
usedir: removed option -H;
wenzelm [Thu, 18 Aug 2005 11:17:32 +0200] rev 17097
* Proper output of proof terms within a proof context;
* Proper output of antiquotations for theory commands involving a proof context;
* 'print_theorems': in theory mode print difference of facts, in proof mode print local facts;
ballarin [Wed, 17 Aug 2005 17:04:15 +0200] rev 17096
Improved generation of witnesses in interpretation.
ballarin [Wed, 17 Aug 2005 17:03:20 +0200] rev 17095
Interpretation in locales.
ballarin [Wed, 17 Aug 2005 17:02:16 +0200] rev 17094
Use interpretation in locales.