# kinds -*- sh -*- # # For documentation on this file format, please refer to # src/expr/builtin_kinds. # theory ::CVC4::theory::booleans::TheoryBool "theory_bool.h" constant CONST_BOOLEAN \ bool \ ::CVC4::BoolHashStrategy \ "util/bool.h" \ "truth and falsity" operator NOT 1 "logical not" operator AND 2: "logical and" operator IFF 2 "logical equivalence" operator IMPLIES 2 "logical implication" operator OR 2: "logical or" operator XOR 2 "exclusive or" operator ITE 3 "if-then-else"