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.
paulson [Wed, 17 Aug 2005 15:10:00 +0200] rev 17093
new examples
nipkow [Wed, 17 Aug 2005 14:19:17 +0200] rev 17092
*** empty log message ***
paulson [Wed, 17 Aug 2005 13:52:53 +0200] rev 17091
new command to invoke ATPs
nipkow [Wed, 17 Aug 2005 11:44:02 +0200] rev 17090
small mods to code lemmas
wenzelm [Wed, 17 Aug 2005 11:15:23 +0200] rev 17089
made SML/XL happy;
nipkow [Wed, 17 Aug 2005 08:06:12 +0200] rev 17088
list_all_conv -> iff
nipkow [Tue, 16 Aug 2005 19:25:42 +0200] rev 17087
name fix
nipkow [Tue, 16 Aug 2005 19:25:32 +0200] rev 17086
added quite a few functions for code generation
paulson [Tue, 16 Aug 2005 18:53:11 +0200] rev 17085
more simprules now have names
paulson [Tue, 16 Aug 2005 15:36:28 +0200] rev 17084
classical rules must have names for ATP integration
nipkow [Tue, 16 Aug 2005 13:54:24 +0200] rev 17083
added listT
wenzelm [Tue, 16 Aug 2005 13:42:53 +0200] rev 17082
support for document versions;
wenzelm [Tue, 16 Aug 2005 13:42:52 +0200] rev 17081
eliminated datatype token;
replaced output_tokens by separate output_XXX;
replaced flag_markup by markup_true/false;
added begin/end_delim, begin/end_tag;
wenzelm [Tue, 16 Aug 2005 13:42:51 +0200] rev 17080
begin_index: list of docs;
wenzelm [Tue, 16 Aug 2005 13:42:50 +0200] rev 17079
added eq_syntax;
wenzelm [Tue, 16 Aug 2005 13:42:49 +0200] rev 17078
export proof_syntax, proof_of;
wenzelm [Tue, 16 Aug 2005 13:42:48 +0200] rev 17077
added String.isSuffix;
wenzelm [Tue, 16 Aug 2005 13:42:47 +0200] rev 17076
state: body context;
added theory_context, proof_to_theory_context;
added is_proof, level;
turned excursion_result into present_excursion;
wenzelm [Tue, 16 Aug 2005 13:42:46 +0200] rev 17075
P.tags;