Sign.add_consts_authentic;
authorwenzelm
Thu, 28 Sep 2006 23:42:59 +0200
changeset 20778 f39c733f2a7e
parent 20777 00e560b6c112
child 20779 4eb07237382a
Sign.add_consts_authentic;
src/Pure/Isar/local_theory.ML
--- a/src/Pure/Isar/local_theory.ML	Thu Sep 28 23:42:56 2006 +0200
+++ b/src/Pure/Isar/local_theory.ML	Thu Sep 28 23:42:59 2006 +0200
@@ -197,7 +197,7 @@
     (case locale_of ctxt of
       NONE => theory (Sign.add_consts_authentic (map (fn ((c, T), mx) => (c, T, mx)) decls))
     | SOME (loc, _) =>
-        theory (Sign.add_consts_i (map (fn ((c, T), _) => (c, Ps ---> T, NoSyn)) decls)) #>
+        theory (Sign.add_consts_authentic (map (fn ((c, T), _) => (c, Ps ---> T, NoSyn)) decls)) #>
         abbrevs Syntax.default_mode abbrs)
     |> pair (map #2 abbrs)
   end;