src/HOLCF/explicit_domains/Dnat.ML
changeset 2421 a07181dd2118
parent 2277 9174de6c7143
child 2439 e73cb5924261
--- a/src/HOLCF/explicit_domains/Dnat.ML	Mon Dec 16 13:10:02 1996 +0100
+++ b/src/HOLCF/explicit_domains/Dnat.ML	Mon Dec 16 15:04:23 1996 +0100
@@ -176,7 +176,7 @@
         [
         (res_inst_tac [("P1","TT << FF")] classical3 1),
         (resolve_tac dist_less_tr 1),
-        (dres_inst_tac [("fo5","is_dzero")] monofun_cfun_arg 1),
+        (dres_inst_tac [("fo","is_dzero")] monofun_cfun_arg 1),
         (etac box_less 1),
         (asm_simp_tac (!simpset addsimps dnat_rews) 1),
         (case_tac "n=UU" 1),
@@ -192,7 +192,7 @@
         (cut_facts_tac prems 1),
         (res_inst_tac [("P1","TT << FF")] classical3 1),
         (resolve_tac dist_less_tr 1),
-        (dres_inst_tac [("fo5","is_dsucc")] monofun_cfun_arg 1),
+        (dres_inst_tac [("fo","is_dsucc")] monofun_cfun_arg 1),
         (etac box_less 1),
         (asm_simp_tac (!simpset addsimps dnat_rews) 1),
         (asm_simp_tac (!simpset addsimps dnat_rews) 1)
@@ -228,7 +228,7 @@
  (fn prems =>
         [
         (cut_facts_tac prems 1),
-        (dres_inst_tac [("fo5","dnat_when`c`(LAM x.x)")] monofun_cfun_arg 1),
+        (dres_inst_tac [("fo","dnat_when`c`(LAM x.x)")] monofun_cfun_arg 1),
         (etac box_less 1),
         (asm_simp_tac (!simpset addsimps dnat_rews) 1),
         (asm_simp_tac (!simpset addsimps dnat_rews) 1)