src/ZF/ex/Primrec0.ML
changeset 438 52e8393ccd77
parent 434 89d45187f04d
child 477 53fc8ad84b33
--- a/src/ZF/ex/Primrec0.ML	Thu Jun 23 17:38:12 1994 +0200
+++ b/src/ZF/ex/Primrec0.ML	Thu Jun 23 17:52:58 1994 +0200
@@ -386,7 +386,7 @@
     "~ (lam l:list(nat). list_case(0, %x xs. ack(x,x), l)) : primrec";
 by (rtac notI 1);
 by (etac (ack_bounds_primrec RS bexE) 1);
-by (rtac lt_anti_refl 1);
+by (rtac lt_irrefl 1);
 by (dres_inst_tac [("x", "[x]")] bspec 1);
 by (asm_simp_tac ack2_ss 1);
 by (asm_full_simp_tac (ack2_ss addsimps [add_0_right]) 1);