src/HOL/Tools/ATP/atp_systems.ML
changeset 54802 9ce867291c76
parent 54788 a898e15b522a
child 56378 8fb4515818f7
--- 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,