tuned final stop in message
authorblanchet
Tue, 30 Aug 2016 16:39:47 +0200
changeset 63728 4e078ae3682c
parent 63727 2d21591967bc
child 63729 89b6d339c6c4
tuned final stop in message
src/Tools/solve_direct.ML
--- a/src/Tools/solve_direct.ML	Tue Aug 30 09:04:40 2016 +0200
+++ b/src/Tools/solve_direct.ML	Tue Aug 30 16:39:47 2016 +0200
@@ -79,11 +79,11 @@
           let val msg = Pretty.string_of (Pretty.chunks (message results))
           in if mode = Auto_Try then [msg] else (writeln msg; []) end)
     | SOME NONE =>
-        (if mode = Normal then writeln "No proof found."
+        (if mode = Normal then writeln "No proof found"
          else ();
          (noneN, []))
     | NONE =>
-        (if mode = Normal then writeln "An error occurred."
+        (if mode = Normal then writeln "An error occurred"
          else ();
          (unknownN, [])))
   end