src/HOL/Tools/Nitpick/nitpick.ML
changeset 45666 d83797ef0d2d
parent 44395 d39aedffba08
child 46086 096697aec8a7
--- a/src/HOL/Tools/Nitpick/nitpick.ML	Mon Nov 28 20:39:08 2011 +0100
+++ b/src/HOL/Tools/Nitpick/nitpick.ML	Mon Nov 28 22:05:32 2011 +0100
@@ -239,7 +239,7 @@
       if mode = Auto_Try then
         Unsynchronized.change state_ref o Proof.goal_message o K
         o Pretty.chunks o cons (Pretty.str "") o single
-        o Pretty.mark Markup.hilite
+        o Pretty.mark Isabelle_Markup.hilite
       else
         (fn s => (Output.urgent_message s; if debug then tracing s else ()))
         o Pretty.string_of
@@ -459,7 +459,7 @@
               pprint_n (fn () => Pretty.blk (0,
                   pstrs "Hint: To check that the induction hypothesis is \
                         \general enough, try this command: " @
-                  [Pretty.mark Markup.sendback (Pretty.blk (0,
+                  [Pretty.mark Isabelle_Markup.sendback (Pretty.blk (0,
                        pstrs ("nitpick [non_std, show_all]")))] @ pstrs "."))
             else
               ()