src/HOL/TPTP/atp_problem_import.ML
changeset 72400 abfeed05c323
parent 72001 3e08311ada8e
child 72591 56514a42eee8
--- a/src/HOL/TPTP/atp_problem_import.ML	Thu Oct 08 16:36:00 2020 +0200
+++ b/src/HOL/TPTP/atp_problem_import.ML	Thu Oct 08 17:02:56 2020 +0200
@@ -30,7 +30,6 @@
 open ATP_Problem
 open ATP_Proof
 open ATP_Problem_Generate
-open ATP_Systems
 
 val debug = false
 val overlord = false
@@ -316,7 +315,7 @@
         Translator
         lam_trans uncurried_aliases readable_names presimp [] conj facts
 
-    val ord = effective_term_order lthy spassN
+    val ord = Sledgehammer_ATP_Systems.effective_term_order lthy spassN
     val ord_info = K []
     val lines = lines_of_atp_problem format ord ord_info atp_problem
   in