src/HOL/Tools/ATP/atp_waldmeister.ML
changeset 57635 97adb86619a4
parent 57270 0260171a51ef
child 57699 a6cf197c1f1e
equal deleted inserted replaced
57634:efc00b9b8680 57635:97adb86619a4
   179 fun termify_line ctxt (name, role, AAtom u, rule, deps) =
   179 fun termify_line ctxt (name, role, AAtom u, rule, deps) =
   180   let
   180   let
   181     val thy = Proof_Context.theory_of ctxt
   181     val thy = Proof_Context.theory_of ctxt
   182     val t = u
   182     val t = u
   183       |> atp_to_trm
   183       |> atp_to_trm
   184       |> infer_formula_types ctxt
   184       |> singleton (infer_formula_types ctxt)
   185       |> HOLogic.mk_Trueprop
   185       |> HOLogic.mk_Trueprop
   186   in
   186   in
   187     (name, role, t, rule, deps)
   187     (name, role, t, rule, deps)
   188   end
   188   end
   189 
   189