mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 11:22:04 +00:00
rewrite equality too
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa7e9b09f3
commit
3eb849ad9e
2 changed files with 2 additions and 2 deletions
|
@ -1070,7 +1070,7 @@ std::ostream& seq_util::rex::pp::compact_helper_seq(std::ostream& out, expr* s)
|
|||
compact_helper_seq(out, e);
|
||||
}
|
||||
else if (re.u.str.is_string(s, z)) {
|
||||
for (int i = 0; i < z.length(); i++)
|
||||
for (unsigned i = 0; i < z.length(); i++)
|
||||
out << (char)z[i];
|
||||
}
|
||||
//using braces to indicate 'full' output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue