krauss [Tue, 06 Jun 2006 09:28:24 +0200] rev 19782
HOL/Tools/function_package: imporoved handling of guards, added an example
krauss [Tue, 06 Jun 2006 08:21:14 +0200] rev 19781
HOL/Tools/function_package: More cleanup
wenzelm [Mon, 05 Jun 2006 21:54:26 +0200] rev 19780
export read/cert_expr;
moved type witness to element.ML (abstract type);
tuned;
wenzelm [Mon, 05 Jun 2006 21:54:25 +0200] rev 19779
guess: more careful about local polymorphism;
guess: explicit term vars in statement (avoids warning);
wenzelm [Mon, 05 Jun 2006 21:54:24 +0200] rev 19778
assm_tac: try rule termI;
wenzelm [Mon, 05 Jun 2006 21:54:23 +0200] rev 19777
added params_of, prems_of;
added type witness (from locale.ML);
misc cleanup;
wenzelm [Mon, 05 Jun 2006 21:54:22 +0200] rev 19776
added matches_seq (left-to-right matching, intermediate beta-normalization);
wenzelm [Mon, 05 Jun 2006 21:54:21 +0200] rev 19775
support embedded terms;
wenzelm [Mon, 05 Jun 2006 21:54:20 +0200] rev 19774
allow non-trivial schematic goals (via embedded term vars);
krauss [Mon, 05 Jun 2006 19:54:12 +0200] rev 19773
HOL/Tools/fundef_package: Cleanup
urbanc [Mon, 05 Jun 2006 19:09:40 +0200] rev 19772
added some further lemmas that deal with permutations and set-operators
urbanc [Mon, 05 Jun 2006 18:38:41 +0200] rev 19771
added the lemma perm_diff
krauss [Mon, 05 Jun 2006 14:26:07 +0200] rev 19770
HOL/Tools/function_package: Added support for mutual recursive definitions.
krauss [Mon, 05 Jun 2006 14:22:58 +0200] rev 19769
Added [simp]-lemmas "in_inv_image" and "in_lex_prod" in the spirit of "in_measure".
This simplifies some proofs.
mengj [Sun, 04 Jun 2006 10:52:47 +0200] rev 19768
ATP/res_clasimpset.ML has been merged into res_atp.ML.
mengj [Sun, 04 Jun 2006 10:50:41 +0200] rev 19767
Functions of Tools/ATP/res_clasimpset.ML are now in Tools/res_atp.ML. res_clasimpset.ML is not used anymore.
paulson [Sat, 03 Jun 2006 17:49:42 +0200] rev 19766
generalized wfI
wenzelm [Fri, 02 Jun 2006 23:22:29 +0200] rev 19765
misc cleanup;
wenzelm [Fri, 02 Jun 2006 20:12:59 +0200] rev 19764
removed obsolete ML files;
wenzelm [Fri, 02 Jun 2006 19:41:37 +0200] rev 19763
tuned;
wenzelm [Fri, 02 Jun 2006 18:24:48 +0200] rev 19762
tuned;
wenzelm [Fri, 02 Jun 2006 18:15:38 +0200] rev 19761
removed obsolete ML files;
wenzelm [Fri, 02 Jun 2006 16:06:19 +0200] rev 19760
merge: always normalize (and check!) reductions;
huffman [Thu, 01 Jun 2006 23:53:29 +0200] rev 19759
removed legacy ML scripts
wenzelm [Thu, 01 Jun 2006 23:09:34 +0200] rev 19758
tuned;
wenzelm [Thu, 01 Jun 2006 23:07:51 +0200] rev 19757
removed obsolete ML files;
wenzelm [Thu, 01 Jun 2006 21:14:54 +0200] rev 19756
lemmas strip;
wenzelm [Thu, 01 Jun 2006 21:14:05 +0200] rev 19755
removed obsolete ML files;
urbanc [Thu, 01 Jun 2006 14:54:44 +0200] rev 19754
added some installation notes for the nominal package
paulson [Thu, 01 Jun 2006 14:51:37 +0200] rev 19753
Tiny code cleanup
urbanc [Thu, 01 Jun 2006 14:40:22 +0200] rev 19752
added an example suggested by D. Wang on the PoplMark-mailing list;
it shows how the height of an alpha-equated lambda term interacts
with capture-avoiding substitution
urbanc [Thu, 01 Jun 2006 14:15:08 +0200] rev 19751
added the hack "reset NameSpace.unique_names" to Nominal.thy
(Stefan is working on a real fix in the nominal_package)