src/HOL/TPTP/atp_theory_export.ML
changeset 50442 4f6a4d32522c
parent 48716 1d2a12bb0640
child 50485 3c6ac2da2f45
equal deleted inserted replaced
50441:1e71f9d3cd57 50442:4f6a4d32522c
   121                |> adjust_type_enc format
   121                |> adjust_type_enc format
   122     val mono = not (is_type_enc_polymorphic type_enc)
   122     val mono = not (is_type_enc_polymorphic type_enc)
   123     val path = file_name |> Path.explode
   123     val path = file_name |> Path.explode
   124     val _ = File.write path ""
   124     val _ = File.write path ""
   125     val facts =
   125     val facts =
   126       Sledgehammer_Fact.all_facts (Proof_Context.init_global thy) false
   126       Sledgehammer_Fact.all_facts (Proof_Context.init_global thy) true false
   127                                   Symtab.empty [] [] css_table
   127                                   Symtab.empty [] [] css_table
   128     val atp_problem =
   128     val atp_problem =
   129       facts
   129       facts
   130       |> map (fn ((_, loc), th) =>
   130       |> map (fn ((_, loc), th) =>
   131                  ((Thm.get_name_hint th, loc),
   131                  ((Thm.get_name_hint th, loc),