src/HOL/Tools/Nitpick/nitpick_kodkod.ML
changeset 41045 2a41709f34c1
parent 39898 c986fc8de255
child 41047 9f1d3fcef1ca
equal deleted inserted replaced
41042:8275f52ac991 41045:2a41709f34c1
    97                      "arity " ^ string_of_int n ^
    97                      "arity " ^ string_of_int n ^
    98                      (if guilty_party = "" then
    98                      (if guilty_party = "" then
    99                         ""
    99                         ""
   100                       else
   100                       else
   101                         " of Kodkod relation associated with " ^
   101                         " of Kodkod relation associated with " ^
   102                         quote guilty_party) ^
   102                         quote (original_name guilty_party)) ^
   103                      " too large for universe of cardinality " ^
   103                      " too large for universe of cardinality " ^
   104                      string_of_int univ_card)
   104                      string_of_int univ_card)
   105   else
   105   else
   106     ()
   106     ()
   107 
   107