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;
wenzelm [Wed, 25 Mar 2009 16:52:50 +0100] rev 30716
removed misleading make_proof_body, make_oracles, make_thms, which essentially assume a *full* proof;
added approximate_proof_body -- replaces former make_proof_body;
added all_oracles_of;
oracle_proof: explicit oracle result;
fulfill_proof/thm_proof: require proper proof_body futures, to maintain full account of oracles and thms (repairs a serious problem of the old version);
wenzelm [Wed, 25 Mar 2009 14:47:08 +0100] rev 30715
avoid mixing of left/right associative infixes, to make it work with experimental Poly/ML 5.3 branch;
wenzelm [Tue, 24 Mar 2009 23:43:58 +0100] rev 30714
simplified addPrettyPrinter setup: may pass (fn ...) directly if type constraints are omitted -- addPrettyPrinter treated as a special case internally;
wenzelm [Tue, 24 Mar 2009 22:56:17 +0100] rev 30713
status_of: need to include local promises as well!
wenzelm [Tue, 24 Mar 2009 22:55:49 +0100] rev 30712
status_of: simultaneous list;
wenzelm [Tue, 24 Mar 2009 21:24:53 +0100] rev 30711
display derivation status of thms;
wenzelm [Tue, 24 Mar 2009 19:37:50 +0100] rev 30710
recover old ids;
wenzelm [Tue, 24 Mar 2009 18:21:58 +0100] rev 30709
report ML typing;
wenzelm [Tue, 24 Mar 2009 16:11:42 +0100] rev 30708
merged
nipkow [Tue, 24 Mar 2009 14:09:24 +0100] rev 30707
merged
nipkow [Tue, 24 Mar 2009 14:08:13 +0100] rev 30706
NEWS: [arith]
wenzelm [Tue, 24 Mar 2009 16:11:09 +0100] rev 30705
get_index: produce index of next pending token, not the last one;
wenzelm [Tue, 24 Mar 2009 15:47:55 +0100] rev 30704
register token positions persistently with context;
report some aspects of parse trees;
removed obsolete CPPrintInAlphabeticalOrder;
tuned;
wenzelm [Tue, 24 Mar 2009 15:43:37 +0100] rev 30703
tuned;
wenzelm [Tue, 24 Mar 2009 15:43:13 +0100] rev 30702
more markup elements for ML programs;
wenzelm [Tue, 24 Mar 2009 13:20:40 +0100] rev 30701
merged
wenzelm [Tue, 24 Mar 2009 13:12:23 +0100] rev 30700
process at-sml-dev last -- takes very long (why?);
nipkow [Tue, 24 Mar 2009 13:13:18 +0100] rev 30699
fix
nipkow [Tue, 24 Mar 2009 12:45:23 +0100] rev 30698
merged
nipkow [Tue, 24 Mar 2009 12:45:01 +0100] rev 30697
presburger uses [arith] now
wenzelm [Tue, 24 Mar 2009 12:01:12 +0100] rev 30696
merged
haftmann [Tue, 24 Mar 2009 09:15:59 +0100] rev 30695
merged
haftmann [Tue, 24 Mar 2009 09:15:51 +0100] rev 30694
added Imperative_HOL_ex