tuned;
authorwenzelm
Thu, 27 Oct 2011 22:37:19 +0200
changeset 45283 9e8616978d99
parent 45282 eaec1651709a
child 45284 ae78a4ffa81d
tuned;
src/HOL/Tools/Quotient/quotient_typ.ML
--- a/src/HOL/Tools/Quotient/quotient_typ.ML	Thu Oct 27 22:20:55 2011 +0200
+++ b/src/HOL/Tools/Quotient/quotient_typ.ML	Thu Oct 27 22:37:19 2011 +0200
@@ -113,8 +113,8 @@
     val Rep_const = Const (Rep_name, Abs_ty --> Rep_ty)
 
     (* more useful abs and rep definitions *)
-    val abs_const = Const (@{const_name "quot_type.abs"}, dummyT )
-    val rep_const = Const (@{const_name "quot_type.rep"}, dummyT )
+    val abs_const = Const (@{const_name quot_type.abs}, dummyT)
+    val rep_const = Const (@{const_name quot_type.rep}, dummyT)
     val abs_trm = Syntax.check_term lthy1 (abs_const $ rel $ Abs_const)
     val rep_trm = Syntax.check_term lthy1 (rep_const $ Rep_const)
     val abs_name = Binding.prefix_name "abs_" qty_name