src/HOL/Tools/ATP/atp_problem.ML
changeset 73859 bc263f1f68cd
parent 72917 02b6ca455be4
child 74075 a5bab59d580b
--- a/src/HOL/Tools/ATP/atp_problem.ML	Thu Jun 17 11:27:21 2021 +0200
+++ b/src/HOL/Tools/ATP/atp_problem.ML	Thu Jun 17 12:57:22 2021 +0200
@@ -88,6 +88,7 @@
   val tptp_if : string
   val tptp_iff : string
   val tptp_not_iff : string
+  val tptp_ite : string
   val tptp_app : string
   val tptp_not_infix : string
   val tptp_equal : string
@@ -247,6 +248,7 @@
 val tptp_if = "<="
 val tptp_iff = "<=>"
 val tptp_not_iff = "<~>"
+val tptp_ite = "$ite"
 val tptp_app = "@"
 val tptp_hilbert_choice = "@+"
 val tptp_hilbert_the = "@-"