src/ZF/AC/AC1_WO2.ML
changeset 4091 771b1f6422a8
parent 2469 b50b8c0eec01
child 5068 fb28eaa07e01
--- a/src/ZF/AC/AC1_WO2.ML	Mon Nov 03 12:22:43 1997 +0100
+++ b/src/ZF/AC/AC1_WO2.ML	Mon Nov 03 12:24:13 1997 +0100
@@ -13,12 +13,12 @@
 by (resolve_tac [bij_Least_HH_x RS bij_converse_bij] 1);
 by (rtac f_subsets_imp_UN_HH_eq_x 1);
 by (resolve_tac [lam_type RS apply_type] 1 THEN (assume_tac 2));
-by (fast_tac (!claset addSDs [equals0D, prem RS apply_type]) 1);
-by (fast_tac (!claset addSIs [prem RS Pi_weaken_type]) 1);
+by (fast_tac (claset() addSDs [equals0D, prem RS apply_type]) 1);
+by (fast_tac (claset() addSIs [prem RS Pi_weaken_type]) 1);
 val lemma1 = uresult() |> standard;
 
 goalw thy [AC1_def, WO2_def, eqpoll_def] "!!Z. AC1 ==> WO2";
 by (rtac allI 1);
 by (eres_inst_tac [("x","Pow(A)-{0}")] allE 1);
-by (fast_tac (!claset addSDs [lemma1] addSIs [Ord_Least]) 1);
+by (fast_tac (claset() addSDs [lemma1] addSIs [Ord_Least]) 1);
 qed "AC1_WO2";