mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
Making ast_smt2_pp the default pretty printer. Now, mk_pp is just an alias for mk_ismt2_pp
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1645f61d85
commit
93bfcaa404
6 changed files with 27 additions and 575 deletions
|
@ -610,7 +610,7 @@ void substitution_tree::display(std::ostream & out, node * n, unsigned delta) co
|
|||
pp_params p;
|
||||
p.m_pp_single_line = true;
|
||||
out << " ==> ";
|
||||
ast_pp(out, n->m_expr, m_manager, p);
|
||||
out << mk_pp(n->m_expr, m_manager, p);
|
||||
out << "\n";
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue