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.
wenzelm [Sat, 15 Nov 2008 21:31:37 +0100] rev 28811
adapted PThm and MinProof;
wenzelm [Sat, 15 Nov 2008 21:31:36 +0100] rev 28810
retrieve thm deps from proof_body;
removed obsolete enable/disable operation;
wenzelm [Sat, 15 Nov 2008 21:31:35 +0100] rev 28809
retrieve thm deps from proof_body;
wenzelm [Sat, 15 Nov 2008 21:31:32 +0100] rev 28808
adapted PThm;
wenzelm [Sat, 15 Nov 2008 21:31:30 +0100] rev 28807
proof_of_term: removed obsolete disambiguisation table;
adapted PThm;
Thm.proof_of returns proof_body;