src/ZF/AC/AC_Equiv.ML
changeset 5470 855654b691db
parent 5325 f7a5e06adea1
child 5505 b0856ff6fc69
--- a/src/ZF/AC/AC_Equiv.ML	Thu Sep 10 17:42:02 1998 +0200
+++ b/src/ZF/AC/AC_Equiv.ML	Thu Sep 10 17:42:44 1998 +0200
@@ -39,7 +39,7 @@
 (* ********************************************************************** *)
 
 Goal "(A->X)=0 ==> X=0";
-by (fast_tac (claset() addSIs [equals0I] addEs [lam_type RSN (2, equals0E)]) 1);
+by (fast_tac (claset() addSIs [equals0I] addIs [lam_type]) 1);
 qed "fun_space_emptyD";
 
 (* used only in WO1_DC.ML *)