made SML/NJ happier
authorblanchet
Wed, 18 Dec 2013 16:50:14 +0100
changeset 54802 9ce867291c76
parent 54801 6b65d1a45671
child 54805 c05ed6333302
child 54809 319358e48bb1
made SML/NJ happier
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Dec 18 16:50:14 2013 +0100
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Wed Dec 18 16:50:14 2013 +0100
@@ -658,7 +658,7 @@
 val dummy_thf = (dummy_thfN, fn () => dummy_thf_config)
 
 val spass_pirate_format = DFG Polymorphic
-val remote_spass_pirate_config =
+val remote_spass_pirate_config : atp_config =
   {exec = K (["ISABELLE_ATP"], ["scripts/remote_spass_pirate"]),
    arguments = fn _ => fn _ => fn _ => fn timeout => fn file_name => fn _ =>
      string_of_int (to_secs 1 timeout) ^ " " ^ file_name,