chaieb [Fri, 27 Mar 2009 14:43:47 +0000] rev 30746
fps made instance of number_ring
wenzelm [Fri, 27 Mar 2009 21:46:20 +0100] rev 30745
updated keywords with polyml-experimental;
wenzelm [Fri, 27 Mar 2009 15:42:53 +0100] rev 30744
export position_of;
haftmann [Fri, 27 Mar 2009 12:22:02 +0100] rev 30743
dropped infix union
haftmann [Fri, 27 Mar 2009 12:22:01 +0100] rev 30742
tuned notoriously slow metis proof
haftmann [Fri, 27 Mar 2009 10:12:55 +0100] rev 30741
merged
haftmann [Fri, 27 Mar 2009 10:05:13 +0100] rev 30740
dropped toy example Code_Antiq
haftmann [Fri, 27 Mar 2009 10:05:12 +0100] rev 30739
more convenient name uniqueness
haftmann [Fri, 27 Mar 2009 10:05:11 +0100] rev 30738
normalized imports
haftmann [Fri, 27 Mar 2009 10:05:08 +0100] rev 30737
dropped legacy goal package call
haftmann [Fri, 27 Mar 2009 09:58:48 +0100] rev 30736
merged
haftmann [Thu, 26 Mar 2009 13:02:12 +0100] rev 30735
merged
haftmann [Thu, 26 Mar 2009 13:01:09 +0100] rev 30734
step towards proper pictures in dvi
wenzelm [Thu, 26 Mar 2009 20:09:58 +0100] rev 30733
merged
huffman [Thu, 26 Mar 2009 11:33:50 -0700] rev 30732
parameterize assoc_fold with is_numeral predicate
paulson [Thu, 26 Mar 2009 14:30:20 +0000] rev 30731
merged
paulson [Thu, 26 Mar 2009 14:10:48 +0000] rev 30730
New theorems mostly concerning infinite series.
wenzelm [Thu, 26 Mar 2009 20:08:55 +0100] rev 30729
interpretation/interpret: prefixes are mandatory by default;
wenzelm [Thu, 26 Mar 2009 19:24:21 +0100] rev 30728
interpretation/interpret: prefixes are mandatory by default;
misc tuning and updates;
wenzelm [Thu, 26 Mar 2009 19:00:29 +0100] rev 30727
interpretation/interpret: prefixes within locale expression are mandatory by default;
wenzelm [Thu, 26 Mar 2009 18:59:25 +0100] rev 30726
locale_expression: mandatory as parameter;
misc tuning and simplifications of parsers;
wenzelm [Thu, 26 Mar 2009 17:00:59 +0100] rev 30725
register_locale: produce stamps at the spot where elements are registered;
tuned signature;
misc internal tuning and simplification;
wenzelm [Thu, 26 Mar 2009 15:20:50 +0100] rev 30724
pretty_rule/print_results: no thm status here -- it is potentially slow and mostly uninformative/confusing as long as proofs are still unfinished;
wenzelm [Thu, 26 Mar 2009 15:18:50 +0100] rev 30723
pretty_thm_aux etc.: explicit show_status flag;
wenzelm [Thu, 26 Mar 2009 14:14:02 +0100] rev 30722
simplified attribute and method setup: eliminating bottom-up styles makes it easier to keep things in one place, and also SML/NJ happy;
wenzelm [Wed, 25 Mar 2009 21:35:49 +0100] rev 30721
@{binding} is not a constructor term and should not be inlined, otherwise we loose value polymorphism;
wenzelm [Wed, 25 Mar 2009 21:34:31 +0100] rev 30720
tuned;
wenzelm [Wed, 25 Mar 2009 17:23:44 +0100] rev 30719
use more informative Thm.proof_body_of for oracle demo;
wenzelm [Wed, 25 Mar 2009 16:54:49 +0100] rev 30718
Proofterm.approximate_proof_body;
wenzelm [Wed, 25 Mar 2009 16:54:17 +0100] rev 30717
fulfill_proof/thm_proof: pass whole proof_body, not just the projection to proof (which might be incomplete);
more explicit oracle_proof;