summaryrefslogtreecommitdiff
path: root/src/theory/strings/rewrites.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/rewrites.cpp')
-rw-r--r--src/theory/strings/rewrites.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/rewrites.cpp b/src/theory/strings/rewrites.cpp
index 2953a2b3c..a4055c4f9 100644
--- a/src/theory/strings/rewrites.cpp
+++ b/src/theory/strings/rewrites.cpp
@@ -200,6 +200,7 @@ const char* toString(Rewrite r)
case Rewrite::LEN_REPL_INV: return "LEN_REPL_INV";
case Rewrite::LEN_CONV_INV: return "LEN_CONV_INV";
case Rewrite::CHARAT_ELIM: return "CHARAT_ELIM";
+ case Rewrite::SEQ_UNIT_EVAL: return "SEQ_UNIT_EVAL";
default: return "?";
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback