src/HOL/Decision_Procs/ferrack_tac.ML
changeset 61609 77b453bd616f
parent 60754 02924903a6fd
child 69597 ff784d5a5bfb
--- a/src/HOL/Decision_Procs/ferrack_tac.ML	Tue Nov 03 11:20:21 2015 +0100
+++ b/src/HOL/Decision_Procs/ferrack_tac.ML	Tue Nov 10 14:18:41 2015 +0000
@@ -10,8 +10,8 @@
 structure Ferrack_Tac: FERRACK_TAC =
 struct
 
-val ferrack_ss = let val ths = [@{thm real_of_int_inject}, @{thm real_of_int_less_iff}, 
-                                @{thm real_of_int_le_iff}]
+val ferrack_ss = let val ths = [@{thm of_int_eq_iff}, @{thm of_int_less_iff}, 
+                                @{thm of_int_le_iff}]
              in @{context} delsimps ths addsimps (map (fn th => th RS sym) ths)
              end |> simpset_of;