mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
parent
d3d05e2e99
commit
ba5c9c3883
3 changed files with 16 additions and 11 deletions
|
@ -801,7 +801,7 @@ public:
|
|||
bool first_def = true;
|
||||
for (datatype::def* d : defs) {
|
||||
if (!first_def) m_out << "\n "; else first_def = false;
|
||||
m_out << "(" << d->name() << " " << d->params().size() << ")";
|
||||
m_out << "(" << ensure_quote(d->name()) << " " << d->params().size() << ")";
|
||||
}
|
||||
m_out << ") (";
|
||||
bool first_sort = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue