mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 12:21:21 +00:00
fix #1922 - incorrect pretty printing of datatypes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8847898a7d
commit
ef9b46b2e5
1 changed files with 0 additions and 2 deletions
|
@ -811,8 +811,6 @@ public:
|
||||||
m_out << ")";
|
m_out << ")";
|
||||||
}
|
}
|
||||||
m_out << "(";
|
m_out << "(";
|
||||||
m_out << m_renaming.get_symbol(d->name(), false);
|
|
||||||
m_out << " ";
|
|
||||||
bool first_constr = true;
|
bool first_constr = true;
|
||||||
for (datatype::constructor* f : *d) {
|
for (datatype::constructor* f : *d) {
|
||||||
if (!first_constr) m_out << " "; else first_constr = false;
|
if (!first_constr) m_out << " "; else first_constr = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue