Sat, 16 Apr 2005 00:16:44 +0200 New file for theorems used by the domain package
huffman [Sat, 16 Apr 2005 00:16:44 +0200] rev 15741
New file for theorems used by the domain package
Fri, 15 Apr 2005 18:43:35 +0200 rermoved pointless example
nipkow [Fri, 15 Apr 2005 18:43:35 +0200] rev 15740
rermoved pointless example
Fri, 15 Apr 2005 18:16:05 +0200 yet more tidying up: removal of some references to Main
paulson [Fri, 15 Apr 2005 18:16:05 +0200] rev 15739
yet more tidying up: removal of some references to Main
Fri, 15 Apr 2005 17:03:35 +0200 *** empty log message ***
nipkow [Fri, 15 Apr 2005 17:03:35 +0200] rev 15738
*** empty log message ***
Fri, 15 Apr 2005 14:14:24 +0200 New
nipkow [Fri, 15 Apr 2005 14:14:24 +0200] rev 15737
New
Fri, 15 Apr 2005 13:35:53 +0200 more tidying up of the SPASS interface
paulson [Fri, 15 Apr 2005 13:35:53 +0200] rev 15736
more tidying up of the SPASS interface
Fri, 15 Apr 2005 12:00:00 +0200 Removed most of the atp interface from Pure.
ballarin [Fri, 15 Apr 2005 12:00:00 +0200] rev 15735
Removed most of the atp interface from Pure.
Thu, 14 Apr 2005 19:30:57 +0200 Include automatic determination of poly version.
aspinall [Thu, 14 Apr 2005 19:30:57 +0200] rev 15734
Include automatic determination of poly version.
Thu, 14 Apr 2005 19:16:07 +0200 Add RDISTDIR option used by Isabelle RPM.
aspinall [Thu, 14 Apr 2005 19:16:07 +0200] rev 15733
Add RDISTDIR option used by Isabelle RPM.
Thu, 14 Apr 2005 17:57:23 +0200 Added thm names
nipkow [Thu, 14 Apr 2005 17:57:23 +0200] rev 15732
Added thm names
Thu, 14 Apr 2005 17:57:04 +0200 Removed dir Orderings in Library
nipkow [Thu, 14 Apr 2005 17:57:04 +0200] rev 15731
Removed dir Orderings in Library
Thu, 14 Apr 2005 09:19:55 +0200 fix: added path to garbage
kleing [Thu, 14 Apr 2005 09:19:55 +0200] rev 15730
fix: added path to garbage
Thu, 14 Apr 2005 08:56:08 +0200 added LaTeXsugar
kleing [Thu, 14 Apr 2005 08:56:08 +0200] rev 15729
added LaTeXsugar
Thu, 14 Apr 2005 08:52:46 +0200 added Makefile and generated files to make document available for makedist
kleing [Thu, 14 Apr 2005 08:52:46 +0200] rev 15728
added Makefile and generated files to make document available for makedist
Wed, 13 Apr 2005 20:20:14 +0200 Locales: proper static binding of attribute syntax;
wenzelm [Wed, 13 Apr 2005 20:20:14 +0200] rev 15727
Locales: proper static binding of attribute syntax; Attributes 'induct' and 'cases': support local type or set names;
Wed, 13 Apr 2005 18:51:39 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:51:39 +0200] rev 15726
*** MESSAGE REFERS TO PREVIOUS VERSION *** support embedded values and static binding -- via implicit assignment to src tokens (cf. assignable/assign/closure); renamed ident/string/keyword to mk_ident/mk_string/mk_keyword; added mk_name, mk_typ, mk_term, mk_fact, mk_attribute; added type value with map_values etc.; removed name_dummy, added general 'maybe' combinator; added global/local_tyname/const; added pretty_src, pretty_attribs; added thm_sel (from attrib.ML);
Wed, 13 Apr 2005 18:51:28 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:51:28 +0200] rev 15725
*** MESSAGE REFERS TO PREVIOUS VERSION *** added read_tyname/const;
Wed, 13 Apr 2005 18:50:08 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:50:08 +0200] rev 15724
*** MESSAGE REFERS TO PREVIOUS VERSION *** ISABELLE_DOC_FORMAT setting specifies preferred document format; some cleanup;
Wed, 13 Apr 2005 18:49:42 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:49:42 +0200] rev 15723
*** MESSAGE REFERS TO PREVIOUS VERSION *** added declared_tyname/const and read_tyname/const; removed certify_tyname/const; added prep_ext_merge, nontriv_merge kept internal; efficient subsig test;
Wed, 13 Apr 2005 18:49:22 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:49:22 +0200] rev 15722
*** MESSAGE REFERS TO PREVIOUS VERSION *** Attrib.src; removed Locale.multi_attribute (pass Attrib.src instead); removed interpret(_i) (use have_i instead); goals: more uniform treatment of after_qed, removed separate thy_mod of global goals;
Wed, 13 Apr 2005 18:49:07 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:49:07 +0200] rev 15721
*** MESSAGE REFERS TO PREVIOUS VERSION *** removed type multi_attribute (store Attrib.src instead); datatype elem/element(_i): Attrib.src instead of 'att; removed map_attrib_element etc.; added intern_attrib_elem(_expr); added map_elem, map_values to economize code; static binding of values in Attrib.src (cf. Args.closure, Attrib.crude_closure); prep_facts: transfer internal facts;
Wed, 13 Apr 2005 18:48:52 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:48:52 +0200] rev 15720
*** MESSAGE REFERS TO PREVIOUS VERSION *** Attrib.src, Method.src; Sign.declared_tyname/const; no Attrib.multi_attribute, pass Attrib.src directly to locales; register_locally: Proof.interpret_i replaced by Proof.have_i;
Wed, 13 Apr 2005 18:48:39 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:48:39 +0200] rev 15719
*** MESSAGE REFERS TO PREVIOUS VERSION *** type src = Args.src; renamed local_attribute' to context_attribute; added _i versions of global/local/context_attribute and separate intern/intern_src; added crude_closure to produce argument closure without knowing facts in advance; added 'attribute' to embed internal attributes into src; removed multi_attribute etc.; moved thm_sel to args.ML; Scan.peek; read_instantiate/'where'/'of': support arbitrary mix of external / internal typ / term args, with proper treatment of static binding;
Wed, 13 Apr 2005 18:48:19 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:48:19 +0200] rev 15718
*** MESSAGE REFERS TO PREVIOUS VERSION *** ISABELLE_DOC_FORMAT; tuned;
Wed, 13 Apr 2005 18:48:05 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:48:05 +0200] rev 15717
*** MESSAGE REFERS TO PREVIOUS VERSION *** ISABELLE_DOC_FORMAT;
Wed, 13 Apr 2005 18:47:53 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:47:53 +0200] rev 15716
*** MESSAGE REFERS TO PREVIOUS VERSION *** Sign.prep_ext_merge;
Wed, 13 Apr 2005 18:47:43 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:47:43 +0200] rev 15715
*** MESSAGE REFERS TO PREVIOUS VERSION *** added datatype interval, improved thm selections;
Wed, 13 Apr 2005 18:47:01 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:47:01 +0200] rev 15714
*** MESSAGE REFERS TO PREVIOUS VERSION *** removed uterm, added 'maybe'; Attrib.src; improved thm_sel;
Wed, 13 Apr 2005 18:46:52 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:46:52 +0200] rev 15713
*** MESSAGE REFERS TO PREVIOUS VERSION *** type src = Args.src; Drule.add_used;
Wed, 13 Apr 2005 18:46:39 +0200 *** MESSAGE REFERS TO PREVIOUS VERSION ***
wenzelm [Wed, 13 Apr 2005 18:46:39 +0200] rev 15712
*** MESSAGE REFERS TO PREVIOUS VERSION *** removed uterm; tuned;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip