src/HOL/Tools/ATP/atp_problem.ML
changeset 51646 005b7682178b
parent 50522 19dbd7554076
child 51878 f11039b31bae
--- a/src/HOL/Tools/ATP/atp_problem.ML	Tue Apr 09 15:19:14 2013 +0200
+++ b/src/HOL/Tools/ATP/atp_problem.ML	Tue Apr 09 15:19:14 2013 +0200
@@ -124,6 +124,7 @@
   val formula_map :
     ('c -> 'e) -> ('a, 'b, 'c, 'd) formula -> ('a, 'b, 'e, 'd) formula
   val is_format_higher_order : atp_format -> bool
+  val tptp_string_for_line : atp_format -> string problem_line -> string
   val lines_for_atp_problem :
     atp_format -> term_order -> (unit -> (string * int) list) -> string problem
     -> string list