src/HOL/Tools/Metis/metis_translate.ML
changeset 44088 3693baa6befb
parent 43983 c51b4196b5e6
child 44394 20bd9f90accc
equal deleted inserted replaced
44087:8e491cb8841c 44088:3693baa6befb
   195     val _ =
   195     val _ =
   196       tracing ("PROPS:\n" ^ cat_lines (map (Syntax.string_of_term ctxt) props))
   196       tracing ("PROPS:\n" ^ cat_lines (map (Syntax.string_of_term ctxt) props))
   197     *)
   197     *)
   198     val (atp_problem, _, _, _, _, _, sym_tab) =
   198     val (atp_problem, _, _, _, _, _, sym_tab) =
   199       prepare_atp_problem ctxt CNF Hypothesis Axiom type_enc true false
   199       prepare_atp_problem ctxt CNF Hypothesis Axiom type_enc true false
   200                           (rpair []) false false [] @{prop False} props
   200                           no_lambdasN false false [] @{prop False} props
   201     (*
   201     (*
   202     val _ = tracing ("ATP PROBLEM: " ^
   202     val _ = tracing ("ATP PROBLEM: " ^
   203                      cat_lines (tptp_lines_for_atp_problem CNF atp_problem))
   203                      cat_lines (tptp_lines_for_atp_problem CNF atp_problem))
   204     *)
   204     *)
   205     (* "rev" is for compatibility *)
   205     (* "rev" is for compatibility *)