src/HOL/Tools/TFL/post.ML
changeset 38549 d0385f2764d8
parent 36616 712724c32ac8
child 38864 4abe644fcea5
--- a/src/HOL/Tools/TFL/post.ML	Thu Aug 19 10:27:12 2010 +0200
+++ b/src/HOL/Tools/TFL/post.ML	Thu Aug 19 11:02:14 2010 +0200
@@ -67,7 +67,7 @@
 val P_imp_P_eq_True = @{thm eqTrueI} RS eq_reflection;
 fun mk_meta_eq r = case concl_of r of
      Const("==",_)$_$_ => r
-  |   _ $(Const("op =",_)$_$_) => r RS eq_reflection
+  |   _ $(Const(@{const_name "op ="},_)$_$_) => r RS eq_reflection
   |   _ => r RS P_imp_P_eq_True
 
 (*Is this the best way to invoke the simplifier??*)