compile
authorblanchet
Wed, 01 Mar 2023 08:00:51 +0100
changeset 77429 110988ad5b4c
parent 77428 7c76221baecb
child 77430 51dac6fcdd0e
compile
src/HOL/TPTP/atp_theory_export.ML
--- a/src/HOL/TPTP/atp_theory_export.ML	Wed Mar 01 08:00:51 2023 +0100
+++ b/src/HOL/TPTP/atp_theory_export.ML	Wed Mar 01 08:00:51 2023 +0100
@@ -57,7 +57,7 @@
     val path = getenv (List.last (fst exec)) ^ "/" ^ List.last (snd exec)
     val command =
       space_implode " " (File.bash_path (Path.explode path) ::
-        arguments ctxt false "" atp_timeout prob_file)
+        arguments false false "" atp_timeout prob_file)
     val outcome =
       Timeout.apply atp_timeout Isabelle_System.bash_output command
       |> fst