mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6cf7d8e523
commit
1e0c1cefd6
13 changed files with 59 additions and 20 deletions
|
@ -841,7 +841,7 @@ public:
|
|||
else {
|
||||
m_out << "(declare-sort ";
|
||||
visit_sort(s);
|
||||
m_out << ")";
|
||||
m_out << " 0)";
|
||||
newline();
|
||||
}
|
||||
mark.mark(s, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue