src/HOL/TPTP/atp_theory_export.ML
changeset 50735 6b232d76cbc9
parent 50521 bec828f3364e
child 50927 31d864d5057a
--- a/src/HOL/TPTP/atp_theory_export.ML	Fri Jan 04 21:56:19 2013 +0100
+++ b/src/HOL/TPTP/atp_theory_export.ML	Fri Jan 04 21:56:20 2013 +0100
@@ -137,12 +137,12 @@
     val atp_problem =
       atp_problem
       |> map (apsnd (filter_out (is_problem_line_tautology ctxt format)))
-    val all_names = Sledgehammer_Fact.build_all_names Thm.get_name_hint facts
+    val name_tabs = Sledgehammer_Fact.build_name_tables Thm.get_name_hint facts
     val infers =
       facts
       |> map (fn (_, th) =>
                  (fact_name_of (Thm.get_name_hint th),
-                  th |> Sledgehammer_Util.thms_in_proof (SOME all_names)
+                  th |> Sledgehammer_Util.thms_in_proof (SOME name_tabs)
                      |> map fact_name_of))
     val all_atp_problem_names =
       atp_problem |> maps (map ident_of_problem_line o snd)