Renamed accessible part for predicates to accp.
authorberghofe
Wed, 11 Jul 2007 11:54:03 +0200
changeset 23777 60b7800338d5
parent 23776 2215169c93fa
child 23778 18f426a137a9
Renamed accessible part for predicates to accp.
src/HOL/ex/Unification.thy
--- a/src/HOL/ex/Unification.thy	Wed Jul 11 11:52:45 2007 +0200
+++ b/src/HOL/ex/Unification.thy	Wed Jul 11 11:54:03 2007 +0200
@@ -458,7 +458,7 @@
 
   from `unify_dom (M \<cdot> N, M' \<cdot> N')`
   have "unify_dom (M, M')"
-    by (rule acc_downward) (rule unify_rel.intros)
+    by (rule accp_downward) (rule unify_rel.intros)
   hence no_new_vars: 
     "\<And>t. vars_of (t \<triangleleft> \<theta>1) \<subseteq> vars_of M \<union> vars_of M' \<union> vars_of t"
     by (rule unify_vars) (rule `unify M M' = Some \<theta>1`)