tuned quickcheck's response
authorbulwahn
Mon, 12 Dec 2011 17:22:48 +0100
changeset 45819 b85bb803bcf3
parent 45818 53a697f5454a
child 45820 1fe2dd6d5086
tuned quickcheck's response
src/HOL/Tools/Quickcheck/quickcheck_common.ML
--- a/src/HOL/Tools/Quickcheck/quickcheck_common.ML	Mon Dec 12 13:45:54 2011 +0100
+++ b/src/HOL/Tools/Quickcheck/quickcheck_common.ML	Mon Dec 12 17:22:48 2011 +0100
@@ -113,7 +113,7 @@
         !current_result)
     | SOME test_fun =>
       let
-        val _ = Quickcheck.message ctxt ("Testing conjecture with with Quickcheck-" ^ name ^ "...");
+        val _ = Quickcheck.message ctxt ("Testing conjecture with Quickcheck-" ^ name ^ "...");
         val (response, exec_time) =
           cpu_time "quickcheck execution" (fn () => with_size test_fun genuine_only 1)
         val _ = Quickcheck.add_response names eval_terms response current_result