src/Pure/axclass.ML
changeset 32966 5b21661fe618
parent 32791 e6d47ce70d27
child 33065 1cefea81ec4f
--- a/src/Pure/axclass.ML	Sat Oct 17 15:55:57 2009 +0200
+++ b/src/Pure/axclass.ML	Sat Oct 17 15:57:51 2009 +0200
@@ -438,7 +438,7 @@
     fun check_constraint (a, S) =
       if Sign.subsort thy (super, S) then ()
       else error ("Sort constraint of type variable " ^
-        setmp show_sorts true (Pretty.string_of_typ pp) (TFree (a, S)) ^
+        setmp_CRITICAL show_sorts true (Pretty.string_of_typ pp) (TFree (a, S)) ^
         " needs to be weaker than " ^ Pretty.string_of_sort pp super);