summaryrefslogtreecommitdiff
path: root/src/smt/boolean_terms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/boolean_terms.h')
-rw-r--r--src/smt/boolean_terms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smt/boolean_terms.h b/src/smt/boolean_terms.h
index e5f18b68d..904d47b5f 100644
--- a/src/smt/boolean_terms.h
+++ b/src/smt/boolean_terms.h
@@ -65,6 +65,8 @@ class BooleanTermConverter {
/** The cache used during Boolean term datatype conversion */
BooleanTermDatatypeCache d_datatypeCache;
+ Node rewriteAs(TNode in, TypeNode as) throw();
+
/**
* Scan a datatype for and convert as necessary.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback