src/Pure/pure_thy.ML
changeset 24770 695a8e087b9f
parent 24713 8b3b6d09ef40
child 24793 cbe63f2193b6
--- a/src/Pure/pure_thy.ML	Sun Sep 30 11:55:14 2007 +0200
+++ b/src/Pure/pure_thy.ML	Sun Sep 30 16:20:31 2007 +0200
@@ -499,7 +499,7 @@
     val def = Logic.mk_equals (list_comb (Const (c, ty), ts), t);
   in
     thy
-    |> Sign.add_consts_authentic [(raw_c, ty, syn)]
+    |> Sign.add_consts_authentic [] [(raw_c, ty, syn)]
     |> add_defs_i false [((name, def), atts)]
     |-> (fn [thm] => pair (c, thm))
   end;