compile
authorblanchet
Fri, 25 Jul 2014 12:22:18 +0200
changeset 57676 d53b1f876afb
parent 57675 47336af5d2b2
child 57677 9bfa4cb2fee6
compile
src/HOL/TPTP/atp_theory_export.ML
--- a/src/HOL/TPTP/atp_theory_export.ML	Fri Jul 25 12:20:48 2014 +0200
+++ b/src/HOL/TPTP/atp_theory_export.ML	Fri Jul 25 12:22:18 2014 +0200
@@ -51,12 +51,11 @@
     val thy = Proof_Context.theory_of ctxt
     val prob_file = File.tmp_path (Path.explode "prob")
     val atp = atp_of_format format
-    val {exec, arguments, proof_delims, known_failures, ...} =
-      get_atp thy atp ()
+    val {exec, arguments, proof_delims, known_failures, ...} = get_atp thy atp ()
     val ord = effective_term_order ctxt atp
     val _ = problem |> lines_of_atp_problem format ord (K [])
                     |> File.write_list prob_file
-    val exec = exec ()
+    val exec = exec false
     val path = getenv (List.last (fst exec)) ^ "/" ^ List.last (snd exec)
     val command =
       File.shell_path (Path.explode path) ^ " " ^