adding constants the modern way
authorhaftmann
Mon, 25 Sep 2006 17:04:20 +0200
changeset 20703 f3f2b1091ea0
parent 20702 8b79d853eabb
child 20704 a56f0743b3ee
adding constants the modern way
src/Pure/Tools/class_package.ML
--- a/src/Pure/Tools/class_package.ML	Mon Sep 25 17:04:19 2006 +0200
+++ b/src/Pure/Tools/class_package.ML	Mon Sep 25 17:04:20 2006 +0200
@@ -296,7 +296,7 @@
         fun add_global_const ((c, ty), syn) thy =
           ((c, (Sign.full_name thy c, ty)),
             thy
-            |> Sign.add_consts_i [(c, ty |> subst_clsvar v (TFree (v, Sign.defaultS thy)), syn)]);
+            |> Sign.add_consts_authentic [(c, ty |> subst_clsvar v (TFree (v, Sign.defaultS thy)), syn)]);
       in
         thy
         |> fold_map add_global_const raw_cs_this