Simprocs for type "nat" no longer introduce numerals unless
authorpaulson
Mon, 25 Jun 2001 15:36:55 +0200
changeset 11378 5c84a5ca3a21
parent 11377 0f16ad464c62
child 11379 0c90ffd3f3e2
Simprocs for type "nat" no longer introduce numerals unless
src/HOLCF/FOCUS/Buffer_adm.ML
--- a/src/HOLCF/FOCUS/Buffer_adm.ML	Mon Jun 25 15:35:59 2001 +0200
+++ b/src/HOLCF/FOCUS/Buffer_adm.ML	Mon Jun 25 15:36:55 2001 +0200
@@ -110,7 +110,7 @@
 Goal "f:BufEq ==> ? l. !i x s. s:BufAC_Asm --> x << s --> Fin (l i) < #x --> \
 		\    (x,f\\<cdot>x):down_iterate BufAC_Cmt_F i --> \
 		\    (s,f\\<cdot>s):down_iterate BufAC_Cmt_F i";
-by (res_inst_tac [("x","%i. i+i")] exI 1);
+by (res_inst_tac [("x","%i. #2*i")] exI 1);
 by (rtac allI 1);
 by (nat_ind_tac "i" 1);
 by ( Simp_tac 1);