made SML/NJ happy
authorblanchet
Tue, 24 Sep 2013 09:12:09 +0200
changeset 53814 255a2929c137
parent 53813 0a62ad289c4d
child 53815 e8aa538e959e
child 53816 3245d5f11f6a
child 53838 b9285f30a80a
made SML/NJ happy
src/HOL/Tools/Sledgehammer/sledgehammer_run.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_run.ML	Mon Sep 23 16:56:17 2013 -0700
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_run.ML	Tue Sep 24 09:12:09 2013 +0200
@@ -100,7 +100,7 @@
                   " proof (of " ^ string_of_int (length facts) ^ "): ") "."
       |> Output.urgent_message
 
-    fun spying_str_of_res {outcome = NONE, used_facts, ...} =
+    fun spying_str_of_res ({outcome = NONE, used_facts, ...} : prover_result) =
         let val num_used_facts = length used_facts in
           "success: Found proof with " ^ string_of_int num_used_facts ^ " fact" ^
           plural_s num_used_facts