src/HOL/Integ/IntDef.ML
changeset 5758 27a2b36efd95
parent 5594 e4439230af67
child 5983 79e301a6a51b
--- a/src/HOL/Integ/IntDef.ML	Fri Oct 23 20:36:21 1998 +0200
+++ b/src/HOL/Integ/IntDef.ML	Fri Oct 23 20:44:34 1998 +0200
@@ -470,7 +470,7 @@
 by (asm_full_simp_tac
     (simpset() addsimps [zadd, zminus, Image_iff, Bex_def]) 1);
 by (res_inst_tac [("m1", "x+ya"), ("n1", "xa+y")] (less_linear RS disjE) 1);
-by (auto_tac (claset(), simpset() addsimps add_ac));
+by (ALLGOALS (force_tac (claset(), simpset() addsimps add_ac)));
 qed "zless_linear";
 
 Goal "!!w::int. (w ~= z) = (w<z | z<w)";