summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index cd3c99a78..d02cbcefd 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -469,6 +469,7 @@ public:
assertTNodeNotExpired();
return getKind() == kind::LAMBDA || getKind() == kind::FORALL
|| getKind() == kind::EXISTS || getKind() == kind::CHOICE
+ || getKind() == kind::COMPREHENSION
|| getKind() == kind::MATCH_BIND_CASE;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback