src/Pure/theory.ML
changeset 32966 5b21661fe618
parent 32789 d89327de0b3c
child 33092 c859019d3ac5
--- a/src/Pure/theory.ML	Sat Oct 17 15:55:57 2009 +0200
+++ b/src/Pure/theory.ML	Sat Oct 17 15:57:51 2009 +0200
@@ -237,7 +237,7 @@
   in
     if Sign.typ_instance thy (declT, T') then ()
     else if Type.raw_instance (declT, T') then
-      error (Library.setmp show_sorts true
+      error (setmp_CRITICAL show_sorts true
         message "imposes additional sort constraints on the constant declaration")
     else if overloaded then ()
     else warning (message "is strictly less general than the declared type");