src/HOL/IMP/Denotation.ML
changeset 10186 499637e8f2c6
parent 5223 4cb05273f764
child 10202 9e8b4bebc940
--- a/src/HOL/IMP/Denotation.ML	Wed Oct 11 00:03:22 2000 +0200
+++ b/src/HOL/IMP/Denotation.ML	Wed Oct 11 09:09:06 2000 +0200
@@ -13,7 +13,7 @@
 
 Goal "C(WHILE b DO c) = C(IF b THEN c;WHILE b DO c ELSE SKIP)";
 by (Simp_tac 1);
-by (EVERY[stac (Gamma_mono RS lfp_Tarski) 1,
+by (EVERY[stac (Gamma_mono RS lfp_unfold) 1,
           stac (Gamma_def RS meta_eq_to_obj_eq RS fun_cong) 1,
           Simp_tac 1,
           IF_UNSOLVED no_tac]);
@@ -29,9 +29,9 @@
 by Auto_tac;
 (* while *)
 by (rewtac Gamma_def);
-by (stac (rewrite_rule [Gamma_def] (Gamma_mono RS lfp_Tarski)) 1);
+by (stac (rewrite_rule [Gamma_def] (Gamma_mono RS lfp_unfold)) 1);
 by (Fast_tac 1);
-by (stac (rewrite_rule [Gamma_def] (Gamma_mono RS lfp_Tarski)) 1);
+by (stac (rewrite_rule [Gamma_def] (Gamma_mono RS lfp_unfold)) 1);
 by (Fast_tac 1);
 
 qed "com1";