src/HOL/Tools/int_factor_simprocs.ML
changeset 30031 bd786c37af84
parent 29981 7d0ed261b712
child 30242 aea5d7fa7ef5
--- a/src/HOL/Tools/int_factor_simprocs.ML	Fri Feb 20 21:29:34 2009 +0100
+++ b/src/HOL/Tools/int_factor_simprocs.ML	Fri Feb 20 23:46:03 2009 +0100
@@ -216,7 +216,7 @@
 
 (** Final simplification for the CancelFactor simprocs **)
 val simplify_one = Int_Numeral_Simprocs.simplify_meta_eq  
-  [@{thm mult_1_left}, @{thm mult_1_right}, @{thm zdiv_1}, @{thm numeral_1_eq_1}];
+  [@{thm mult_1_left}, @{thm mult_1_right}, @{thm div_by_1}, @{thm numeral_1_eq_1}];
 
 fun cancel_simplify_meta_eq cancel_th ss th =
     simplify_one ss (([th, cancel_th]) MRS trans);