made SML/NJ happy;
authorwenzelm
Tue, 31 Jul 2012 14:42:03 +0200
changeset 48615 d5c9917ff5b6
parent 48614 6004f4575645
child 48616 be8002ee43d8
made SML/NJ happy;
src/HOL/TPTP/mash_eval.ML
--- a/src/HOL/TPTP/mash_eval.ML	Tue Jul 31 12:38:01 2012 +0200
+++ b/src/HOL/TPTP/mash_eval.ML	Tue Jul 31 14:42:03 2012 +0200
@@ -46,7 +46,7 @@
     val isar_ok = Unsynchronized.ref 0
     fun with_index facts s = (find_index (curry (op =) s) facts + 1, s)
     fun index_string (j, s) = s ^ "@" ^ string_of_int j
-    fun str_of_res label facts {outcome, run_time, used_facts, ...} =
+    fun str_of_res label facts ({outcome, run_time, used_facts, ...}: Sledgehammer_Provers.prover_result) =
       let val facts = facts |> map (fn ((name, _), _) => name ()) in
         "  " ^ label ^ ": " ^
         (if is_none outcome then