summaryrefslogtreecommitdiff
path: root/src/theory/booleans/kinds
blob: 43c37f4b75147d46253a8754c28b9c35616fd5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback