src/Tools/quickcheck.ML
changeset 59435 7789b349f478
parent 59184 830bb7ddb3ab
child 59436 570bea2407ea
--- a/src/Tools/quickcheck.ML	Sun Jan 25 12:58:36 2015 +0100
+++ b/src/Tools/quickcheck.ML	Sun Jan 25 13:04:36 2015 +0100
@@ -388,13 +388,13 @@
 
 (* pretty printing *)
 
-fun tool_name auto = (if auto then "Auto " else "") ^ "Quickcheck";
+fun tool_name auto = if auto then "Auto Quickcheck" else "Quickcheck";
 
 fun pretty_counterex ctxt auto NONE =
-      Pretty.str (tool_name auto ^ " found no counterexample." ^ Config.get ctxt tag)
+      Pretty.para (tool_name auto ^ " found no counterexample." ^ Config.get ctxt tag)
   | pretty_counterex ctxt auto (SOME ((genuine, cex), eval_terms)) =
       (Pretty.text_fold o Pretty.fbreaks)
-       (Pretty.str (tool_name auto ^ " found a " ^
+       (Pretty.para (tool_name auto ^ " found a " ^
          (if genuine then "counterexample:"
           else "potentially spurious counterexample due to underspecified functions:") ^
         Config.get ctxt tag) ::