summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings_rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/theory_strings_rewriter.h')
-rw-r--r--src/theory/strings/theory_strings_rewriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings_rewriter.h b/src/theory/strings/theory_strings_rewriter.h
index 61031ea87..a0edb3e0e 100644
--- a/src/theory/strings/theory_strings_rewriter.h
+++ b/src/theory/strings/theory_strings_rewriter.h
@@ -745,6 +745,8 @@ class TheoryStringsRewriter {
* and the list of nodes that are compared to the empty string
*/
static std::pair<bool, std::vector<Node> > collectEmptyEqs(Node x);
+
+ static bool hasExtOp(TNode n);
};/* class TheoryStringsRewriter */
}/* CVC4::theory::strings namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback