src/HOL/Tools/Nitpick/nitpick.ML
changeset 50450 358b6020f8b6
parent 50215 97959912840a
child 50487 9486641e691b
equal deleted inserted replaced
50447:2e22cdccdc38 50450:358b6020f8b6
   468       exists is_struct_induct_step (Proof_Context.cases_of ctxt)
   468       exists is_struct_induct_step (Proof_Context.cases_of ctxt)
   469     val _ = if standard andalso likely_in_struct_induct_step then
   469     val _ = if standard andalso likely_in_struct_induct_step then
   470               pprint_nt (fn () => Pretty.blk (0,
   470               pprint_nt (fn () => Pretty.blk (0,
   471                   pstrs "Hint: To check that the induction hypothesis is \
   471                   pstrs "Hint: To check that the induction hypothesis is \
   472                         \general enough, try this command: " @
   472                         \general enough, try this command: " @
   473                   [Pretty.mark (Sendback.make_markup {implicit = false, properties = []})
   473                   [Pretty.mark
       
   474                     (Active.make_markup Markup.sendbackN {implicit = false, properties = []})
   474                     (Pretty.blk (0,
   475                     (Pretty.blk (0,
   475                        pstrs ("nitpick [non_std, show_all]")))] @ pstrs "."))
   476                        pstrs ("nitpick [non_std, show_all]")))] @ pstrs "."))
   476             else
   477             else
   477               ()
   478               ()
   478 (*
   479 (*