summaryrefslogtreecommitdiff
path: root/src/util/iand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/iand.h')
-rw-r--r--src/util/iand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/iand.h b/src/util/iand.h
index 117ab6f02..6c29c38b4 100644
--- a/src/util/iand.h
+++ b/src/util/iand.h
@@ -39,7 +39,7 @@ struct IntAnd
inline std::ostream& operator<<(std::ostream& os, const IntAnd& ia);
inline std::ostream& operator<<(std::ostream& os, const IntAnd& ia)
{
- return os << "[" << ia.d_size << "]";
+ return os << "(_ iand " << ia.d_size << ")";
}
} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback