src/HOL/Integ/nat_bin.ML
changeset 10693 9e4a0e84d0d6
parent 10574 8f98f0301d67
child 10710 0c8d58332658
--- a/src/HOL/Integ/nat_bin.ML	Mon Dec 18 14:57:58 2000 +0100
+++ b/src/HOL/Integ/nat_bin.ML	Mon Dec 18 14:59:05 2000 +0100
@@ -45,8 +45,8 @@
 
 
 val nat_bin_arith_setup =
- [Fast_Arith.map_data (fn {add_mono_thms, inj_thms, lessD, simpset} =>
-   {add_mono_thms = add_mono_thms,
+ [Fast_Arith.map_data (fn {add_mono_thms, mult_mono_thms, inj_thms, lessD, simpset} =>
+   {add_mono_thms = add_mono_thms, mult_mono_thms = mult_mono_thms,
     inj_thms = inj_thms,
     lessD = lessD,
     simpset = simpset addsimps [int_nat_number_of,