summaryrefslogtreecommitdiff
path: root/src/include/kind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kind.h')
-rw-r--r--src/include/kind.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/kind.h b/src/include/kind.h
index 9307cc677..a015a6b71 100644
--- a/src/include/kind.h
+++ b/src/include/kind.h
@@ -22,7 +22,11 @@ enum Kind {
XOR,
NOT,
PLUS,
- MINUS
+ MINUS,
+ ITE,
+ IFF,
+ SKOLEM,
+ SUBST
};/* enum Kind */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback