summaryrefslogtreecommitdiff
path: root/src/smt/boolean_terms.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-10-16 14:27:15 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-10-16 14:27:15 +0200
commit0a983828b92c573269b50cd95e23b9f311337073 (patch)
tree16ccbc386a1ccdf8b03f1335000758a80525d97a /src/smt/boolean_terms.h
parentb2c093f53f446479d38e49a051e8bd6133bd4ae0 (diff)
Throw error for recursively defined types involving Boolean.
Diffstat (limited to 'src/smt/boolean_terms.h')
-rw-r--r--src/smt/boolean_terms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/boolean_terms.h b/src/smt/boolean_terms.h
index ed676c667..e1865f29f 100644
--- a/src/smt/boolean_terms.h
+++ b/src/smt/boolean_terms.h
@@ -72,7 +72,7 @@ class BooleanTermConverter {
/** A (reverse) cache for Boolean term datatype conversion */
BooleanTermDatatypeCache d_datatypeReverseCache;
- Node rewriteAs(TNode in, TypeNode as) throw();
+ Node rewriteAs(TNode in, TypeNode as, std::map< TypeNode, bool >& processing) throw();
/**
* Scan a datatype for and convert as necessary.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback