src/ZF/ex/BinEx.ML
changeset 6153 bff90585cce5
parent 5533 bce36a019b03
child 9000 c20d58286a51
--- a/src/ZF/ex/BinEx.ML	Mon Jan 25 20:35:19 1999 +0100
+++ b/src/ZF/ex/BinEx.ML	Wed Jan 27 10:31:31 1999 +0100
@@ -12,43 +12,43 @@
 (*All runtimes below are on a 300MHz Pentium*)
 
 Goal "#13  $+  #19 = #32";
-by (simp_tac bin_comp_ss 1);    (*0 secs*)
+by (Simp_tac 1);    (*0 secs*)
 result();
 
 Goal "#1234  $+  #5678 = #6912";
-by (simp_tac bin_comp_ss 1);    (*190 msec*)
+by (Simp_tac 1);    (*190 msec*)
 result();
 
 Goal "#1359  $+  #-2468 = #-1109";
-by (simp_tac bin_comp_ss 1);    (*160 msec*)
+by (Simp_tac 1);    (*160 msec*)
 result();
 
 Goal "#93746  $+  #-46375 = #47371";
-by (simp_tac bin_comp_ss 1);    (*300 msec*)
+by (Simp_tac 1);    (*300 msec*)
 result();
 
 Goal "$~ #65745 = #-65745";
-by (simp_tac bin_comp_ss 1);    (*80 msec*)
+by (Simp_tac 1);    (*80 msec*)
 result();
 
 (* negation of ~54321 *)
 Goal "$~ #-54321 = #54321";
-by (simp_tac bin_comp_ss 1);    (*90 msec*)
+by (Simp_tac 1);    (*90 msec*)
 result();
 
 Goal "#13  $*  #19 = #247";
-by (simp_tac bin_comp_ss 1);    (*110 msec*)
+by (Simp_tac 1);    (*110 msec*)
 result();
 
 Goal "#-84  $*  #51 = #-4284";
-by (simp_tac bin_comp_ss 1);    (*210 msec*)
+by (Simp_tac 1);    (*210 msec*)
 result();
 
 (*The worst case for 8-bit operands *)
 Goal "#255  $*  #255 = #65025";
-by (simp_tac bin_comp_ss 1);    (*730 msec*)
+by (Simp_tac 1);    (*730 msec*)
 result();
 
 Goal "#1359  $*  #-2468 = #-3354012";
-by (simp_tac bin_comp_ss 1);    (*1.04 secs*)
+by (Simp_tac 1);    (*1.04 secs*)
 result();