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;