mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cef964fda3
commit
1fc7b63a80
|
@ -40,7 +40,7 @@ static void display_function(std::ostream & out, model_core const & md, func_dec
|
|||
out << "\n";
|
||||
}
|
||||
if (partial) {
|
||||
out << else_str << "#unspecified\n";
|
||||
out << else_str << "...\n";
|
||||
}
|
||||
else {
|
||||
expr * else_val = g->get_else();
|
||||
|
|
Loading…
Reference in a new issue