berghofe [Mon, 22 Sep 2008 22:59:35 +0200] rev 28324
Added examples for coherent logic prover.
berghofe [Mon, 22 Sep 2008 22:59:11 +0200] rev 28323
Examples for coherent logic prover.
urbanc [Mon, 22 Sep 2008 19:46:24 +0200] rev 28322
made the perm_simp tactic to understand options such as (no_asm)
wenzelm [Mon, 22 Sep 2008 15:26:14 +0200] rev 28321
type thm: fully internal derivation, no longer exported;
incorporate former deriv.ML as internal abstract type;
added rudimentary promise interface;
tuned;
added is_named (does not require finished derivation);
wenzelm [Mon, 22 Sep 2008 15:26:14 +0200] rev 28320
added is_finished;
wenzelm [Mon, 22 Sep 2008 15:26:13 +0200] rev 28319
added Promise constructor, which is similar to Oracle but may be replaced later;
added promise_proof;
export min_proof, mk_min_proof;
moved infer_derivs to thm.ML as derive_rule0/1/2;
tuned oracles_of_proof;
added is_named;
wenzelm [Mon, 22 Sep 2008 15:26:11 +0200] rev 28318
removed deriv.ML which is now incorporated into thm.ML;