summaryrefslogtreecommitdiff
path: root/src/theory/sets/singleton_op.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/singleton_op.cpp')
-rw-r--r--src/theory/sets/singleton_op.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/singleton_op.cpp b/src/theory/sets/singleton_op.cpp
index fb64b01cd..327df6984 100644
--- a/src/theory/sets/singleton_op.cpp
+++ b/src/theory/sets/singleton_op.cpp
@@ -23,7 +23,7 @@ namespace cvc5 {
std::ostream& operator<<(std::ostream& out, const SetSingletonOp& op)
{
- return out << "(singleton_op " << op.getType() << ')';
+ return out << "(SetSingletonOp " << op.getType() << ')';
}
size_t SetSingletonOpHashFunction::operator()(const SetSingletonOp& op) const
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback