summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/expr/kind_template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index 973163d62..fb76c1857 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -124,6 +124,8 @@ namespace theory {
enum TheoryId {
${theory_enum}
+ THEORY_QUANTIFIERS,
+ THEORY_REWRITERULES,
THEORY_LAST
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback