src/HOL/arith_data.ML
changeset 22887 2a3e9c7b894c
parent 22846 fb79144af9a3
child 22900 f8a7c10e1bd0
--- a/src/HOL/arith_data.ML	Wed May 09 07:53:06 2007 +0200
+++ b/src/HOL/arith_data.ML	Wed May 09 07:53:08 2007 +0200
@@ -926,8 +926,7 @@
     mult_mono_thms = mult_mono_thms,
     inj_thms = inj_thms,
     lessD = lessD @ [thm "Suc_leI"],
-    neqE = [@{thm linorder_neqE_nat},
-      get_thm (theory "Ring_and_Field") (Name "linorder_neqE_ordered_idom")],
+    neqE = [@{thm linorder_neqE_nat}, @{thm linorder_neqE_ordered_idom}],
     simpset = HOL_basic_ss
       addsimps [@{thm "add_zero_left"}, @{thm "add_zero_right"},
         @{thm "Zero_not_Suc"}, @{thm "Suc_not_Zero"}, @{thm "le_0_eq"}, @{thm "One_nat_def"},