src/HOL/Tools/Nitpick/nitpick.ML
changeset 72298 a540283d6b58
parent 72205 bc71db05abe3
child 72327 da2cbe54e53e
equal deleted inserted replaced
72297:bc31c4a2c77c 72298:a540283d6b58
   655                            else if genuine_means_genuine then " "
   655                            else if genuine_means_genuine then " "
   656                            else " quasi genuine ") ^ das_wort_model) @
   656                            else " quasi genuine ") ^ das_wort_model) @
   657                    (case pretties_for_scope scope verbose of
   657                    (case pretties_for_scope scope verbose of
   658                       [] => []
   658                       [] => []
   659                     | pretties => [Pretty.brk 1, Pretty.str "for", Pretty.brk 1] @ pretties) @
   659                     | pretties => [Pretty.brk 1, Pretty.str "for", Pretty.brk 1] @ pretties) @
   660                    [Pretty.str ":", Pretty.fbrk])),
   660                    [Pretty.str ":"])),
   661               Pretty.indent indent_size reconstructed_model]);
   661               Pretty.indent indent_size reconstructed_model]);
   662          print_t (K "% SZS output end FiniteModel");
   662          print_t (K "% SZS output end FiniteModel");
   663          if genuine then
   663          if genuine then
   664            (if has_lonely_bool_var orig_t then
   664            (if has_lonely_bool_var orig_t then
   665               print "Hint: Maybe you forgot a colon after the lemma's name?"
   665               print "Hint: Maybe you forgot a colon after the lemma's name?"