wenzelm [Tue, 18 Nov 2008 18:25:49 +0100] rev 28841
added force_proofs (based on thms ever passed through enter_thms);
wenzelm [Tue, 18 Nov 2008 18:25:45 +0100] rev 28840
tuned;
wenzelm [Tue, 18 Nov 2008 18:25:42 +0100] rev 28839
eliminated rewrite_tac/fold_tac, which are not well-formed tactics due to change of main conclusion;
eliminated obsolete alias rewtac for rewrite_goals_tac;
wenzelm [Tue, 18 Nov 2008 18:25:10 +0100] rev 28838
moved table of standard Isabelle symbols to isar-ref manual;
wenzelm [Tue, 18 Nov 2008 18:22:49 +0100] rev 28837
added isabelle-implementation manual;
wenzelm [Tue, 18 Nov 2008 13:19:13 +0100] rev 28836
disabled threads -- as advertized;
wenzelm [Tue, 18 Nov 2008 11:26:59 +0100] rev 28835
changes by Fabian Immler:
improved handling of prover errors;
explicit treatment of clauses that are too trivial for resolution;
ballarin [Tue, 18 Nov 2008 09:41:23 +0100] rev 28834
Code for switching to new locales.
ballarin [Tue, 18 Nov 2008 09:40:44 +0100] rev 28833
add_thmss
ballarin [Tue, 18 Nov 2008 09:40:06 +0100] rev 28832
Activate elements moved to element.ML.
wenzelm [Tue, 18 Nov 2008 00:11:06 +0100] rev 28831
finish: force proofs;
wenzelm [Mon, 17 Nov 2008 23:34:35 +0100] rev 28830
finish_proof: undefined promises may occur here;
wenzelm [Mon, 17 Nov 2008 23:17:13 +0100] rev 28829
tuned promise/fullfill;
wenzelm [Mon, 17 Nov 2008 23:17:11 +0100] rev 28828
unified treatment of PAxm/Oracle/Promise in basic proof term operations;
refined promise/fulfill: maintain proper type instantiation, disallow term variables;
thm_proof: uniform finish_proof before and after fulfill;
wenzelm [Mon, 17 Nov 2008 21:36:48 +0100] rev 28827
removed Induct/Mutil.thy -- the file has been moved to AFP;
wenzelm [Mon, 17 Nov 2008 21:28:46 +0100] rev 28826
simplified thm_deps -- no need to build a graph datastructure;
wenzelm [Mon, 17 Nov 2008 21:13:48 +0100] rev 28825
removed Induct/Mutil.thy -- the file has been moved to AFP;
nipkow [Mon, 17 Nov 2008 17:25:02 +0100] rev 28824
-> AFP
haftmann [Mon, 17 Nov 2008 17:00:55 +0100] rev 28823
tuned unfold_locales invocation
haftmann [Mon, 17 Nov 2008 17:00:27 +0100] rev 28822
explicit name morphism function for locale interpretation
haftmann [Mon, 17 Nov 2008 17:00:26 +0100] rev 28821
Name.name_with_prefix (temporarily)
haftmann [Mon, 17 Nov 2008 17:00:22 +0100] rev 28820
adjusted locale signature to *_cmd convention
haftmann [Mon, 17 Nov 2008 17:00:21 +0100] rev 28819
whitespace tuning
ballarin [Mon, 17 Nov 2008 14:03:39 +0100] rev 28818
Generic activation of locales.
wenzelm [Sun, 16 Nov 2008 22:12:44 +0100] rev 28817
proof_body/pthm: removed redundant types field;
wenzelm [Sun, 16 Nov 2008 22:12:43 +0100] rev 28816
put_name/thm_proof: promises are filled with fulfilled proofs;
tuned;
wenzelm [Sun, 16 Nov 2008 22:12:41 +0100] rev 28815
proof_body/pthm: removed redundant types field;
fold_proof_atoms: unified recursive case with fold_body_thms;
tuned signature;
wenzelm [Sun, 16 Nov 2008 20:03:42 +0100] rev 28814
clarified Thm.proof_body_of vs. Thm.proof_of;
berghofe [Sun, 16 Nov 2008 18:19:27 +0100] rev 28813
- Corrected order of quantification over Frees.
- Fixed bug in handling of TFrees that caused variable order to get mixed up.
berghofe [Sun, 16 Nov 2008 18:18:45 +0100] rev 28812
Frees in PThms are now quantified in the order of their appearance in the
proposition as well, to make it compatible (again) with variable order used
by forall_intr_frees.