src/ZF/UNITY/FP.ML
changeset 12484 7ad150f5fc10
parent 12195 ed2893765a08
child 14046 6616e6c53d48
--- a/src/ZF/UNITY/FP.ML	Wed Dec 12 19:22:21 2001 +0100
+++ b/src/ZF/UNITY/FP.ML	Wed Dec 12 20:37:31 2001 +0100
@@ -67,7 +67,7 @@
 by (Clarify_tac 1);
 by (dres_inst_tac [("x", "{x}")] spec 1);
 by (asm_full_simp_tac (simpset() addsimps [Int_cons_right]) 1);
-by (forward_tac [stableD2] 1);
+by (ftac stableD2 1);
 by (auto_tac (claset(), simpset() addsimps [cons_absorb, st_set_def]));
 qed "FP_Orig_subset_FP";