summaryrefslogtreecommitdiff
path: root/src/theory/booleans/kinds
blob: 12869aad05aeadaf1987105bed441e6b4cde8dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/expr/builtin_kinds.
#

theory ::CVC4::theory::booleans::TheoryBool "theory_bool.h"

operator FALSE 0 "falsity"
operator TRUE 0 "truth"

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"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback