antiquotation
authorhaftmann
Fri, 11 Jul 2008 09:02:28 +0200
changeset 27545 7165068bb61f
parent 27544 5b293a8cf476
child 27546 726e8fa3e404
antiquotation
src/HOL/Real/real_arith.ML
--- a/src/HOL/Real/real_arith.ML	Fri Jul 11 09:02:27 2008 +0200
+++ b/src/HOL/Real/real_arith.ML	Fri Jul 11 09:02:28 2008 +0200
@@ -36,7 +36,7 @@
     lessD = lessD,  (*Can't change lessD: the reals are dense!*)
     neqE = neqE,
     simpset = simpset addsimps simps}) #>
-  arith_inj_const ("RealDef.real", HOLogic.natT --> HOLogic.realT) #>
-  arith_inj_const ("RealDef.real", HOLogic.intT --> HOLogic.realT)
+  arith_inj_const (@{const_name real}, HOLogic.natT --> HOLogic.realT) #>
+  arith_inj_const (@{const_name real}, HOLogic.intT --> HOLogic.realT)
 
 end;