summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_id.cpp')
-rw-r--r--src/theory/inference_id.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/inference_id.cpp b/src/theory/inference_id.cpp
index 7bb87819e..fce867688 100644
--- a/src/theory/inference_id.cpp
+++ b/src/theory/inference_id.cpp
@@ -397,6 +397,8 @@ const char* toString(InferenceId i)
case InferenceId::STRINGS_DEQ_LENS_EQ: return "STRINGS_DEQ_LENS_EQ";
case InferenceId::STRINGS_DEQ_NORM_EMP: return "STRINGS_DEQ_NORM_EMP";
case InferenceId::STRINGS_DEQ_LENGTH_SP: return "STRINGS_DEQ_LENGTH_SP";
+ case InferenceId::STRINGS_DEQ_EXTENSIONALITY:
+ return "STRINGS_DEQ_EXTENSIONALITY";
case InferenceId::STRINGS_CODE_PROXY: return "STRINGS_CODE_PROXY";
case InferenceId::STRINGS_CODE_INJ: return "STRINGS_CODE_INJ";
case InferenceId::STRINGS_RE_NF_CONFLICT: return "STRINGS_RE_NF_CONFLICT";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback