mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cef964fda3
commit
1fc7b63a80
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static void display_function(std::ostream & out, model_core const & md, func_dec
|
||||||
out << "\n";
|
out << "\n";
|
||||||
}
|
}
|
||||||
if (partial) {
|
if (partial) {
|
||||||
out << else_str << "#unspecified\n";
|
out << else_str << "...\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
expr * else_val = g->get_else();
|
expr * else_val = g->get_else();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue