summaryrefslogtreecommitdiff
path: root/src/expr/datatype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/datatype.h')
-rw-r--r--src/expr/datatype.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/expr/datatype.h b/src/expr/datatype.h
index 0f99499ce..daef7cc94 100644
--- a/src/expr/datatype.h
+++ b/src/expr/datatype.h
@@ -705,6 +705,12 @@ class CVC4_PUBLIC Datatype {
* This datatype must be resolved or an exception is thrown.
*/
bool isWellFounded() const;
+ /** has nested recursion
+ *
+ * Return true iff this datatype has nested recursion.
+ * This datatype must be resolved or an exception is thrown.
+ */
+ bool hasNestedRecursion() const;
/** is recursive singleton
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback