added pointer to new Unification theory
authorkrauss
Thu, 17 May 2007 22:37:34 +0200
changeset 23000 6f158bba99e4
parent 22999 c1ce129e6f9c
child 23001 3608f0362a91
added pointer to new Unification theory
src/HOL/Subst/Unify.thy
--- a/src/HOL/Subst/Unify.thy	Thu May 17 22:33:41 2007 +0200
+++ b/src/HOL/Subst/Unify.thy	Thu May 17 22:37:34 2007 +0200
@@ -10,8 +10,12 @@
 imports Unifier
 begin
 
-text{*
-Substitution and Unification in Higher-Order Logic.
+subsection {* Substitution and Unification in Higher-Order Logic. *}
+
+text {*
+NB: This theory is already quite old.
+You might want to look at the newer Isar formalization of
+unification in HOL/ex/Unification.thy.
 
 Implements Manna and Waldinger's formalization, with Paulson's simplifications,
 and some new simplifications by Slind.