src/HOL/Tools/inductive.ML
changeset 38864 4abe644fcea5
parent 38665 e92223c886f8
child 39248 4a3747517552
--- a/src/HOL/Tools/inductive.ML	Sat Aug 28 20:24:40 2010 +0800
+++ b/src/HOL/Tools/inductive.ML	Sat Aug 28 16:14:32 2010 +0200
@@ -182,7 +182,7 @@
   in
     case concl_of thm of
       Const ("==", _) $ _ $ _ => eq2mono (thm RS meta_eq_to_obj_eq)
-    | _ $ (Const (@{const_name "op ="}, _) $ _ $ _) => eq2mono thm
+    | _ $ (Const (@{const_name HOL.eq}, _) $ _ $ _) => eq2mono thm
     | _ $ (Const (@{const_name Orderings.less_eq}, _) $ _ $ _) =>
       dest_less_concl (Seq.hd (REPEAT (FIRSTGOAL
         (resolve_tac [@{thm le_funI}, @{thm le_boolI'}])) thm))