wenzelm [Tue, 23 Sep 2008 15:48:53 +0200] rev 28331
join_results: special case for empty list, works without multithreading;
wenzelm [Tue, 23 Sep 2008 15:48:52 +0200] rev 28330
added dest_deriv, removed external type deriv;
misc tuning of internal deriv;
more substantial promise/fulfill;
promise_ord: reverse order on serial numbers;
removed unused is_named;
get_name: unfinished proof term;
wenzelm [Tue, 23 Sep 2008 15:48:51 +0200] rev 28329
added conditional add_oracles, keep oracles_of_proof private;
added fulfill;
removed unused is_named;
tuned some table operations;
wenzelm [Tue, 23 Sep 2008 15:48:50 +0200] rev 28328
Thm.proof_of;
berghofe [Mon, 22 Sep 2008 23:04:35 +0200] rev 28327
Added coherent logic prover.
berghofe [Mon, 22 Sep 2008 23:01:54 +0200] rev 28326
New prover for coherent logic.
berghofe [Mon, 22 Sep 2008 23:00:15 +0200] rev 28325
Added setup for coherent logic prover.
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;
wenzelm [Mon, 22 Sep 2008 15:26:11 +0200] rev 28317
added reject_draft;
wenzelm [Mon, 22 Sep 2008 15:26:07 +0200] rev 28316
type thm: fully internal derivation, no longer exported;
haftmann [Mon, 22 Sep 2008 13:56:04 +0200] rev 28315
generic quickcheck framework
haftmann [Mon, 22 Sep 2008 13:56:03 +0200] rev 28314
TEMPORARY: make batch run happy
haftmann [Mon, 22 Sep 2008 13:56:01 +0200] rev 28313
absolute Library path
haftmann [Mon, 22 Sep 2008 13:55:59 +0200] rev 28312
different session branches for HOL-Plain vs. Plain
haftmann [Mon, 22 Sep 2008 08:00:28 +0200] rev 28311
temporary workaround for class constants
haftmann [Mon, 22 Sep 2008 08:00:27 +0200] rev 28310
corrected sort intersection
haftmann [Mon, 22 Sep 2008 08:00:26 +0200] rev 28309
some steps towards generic quickcheck framework
haftmann [Mon, 22 Sep 2008 08:00:24 +0200] rev 28308
fixed headers
haftmann [Mon, 22 Sep 2008 08:00:23 +0200] rev 28307
added some fragments from website
wenzelm [Sat, 20 Sep 2008 21:05:41 +0200] rev 28306
made SML/NJ happy;
wenzelm [Fri, 19 Sep 2008 22:11:50 +0200] rev 28305
Isar toplevel editor model.
wenzelm [Fri, 19 Sep 2008 21:22:31 +0200] rev 28304
future tasks: support boolean priorities (true = high, false = low/irrelevant);