mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
converted pp_params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4f9442864a
commit
3e6bddbad1
20 changed files with 114 additions and 223 deletions
|
@ -128,7 +128,7 @@ static void pp_uninterp_sorts(std::ostream & out, ast_printer_context & ctx, mod
|
|||
format_ref f_card(fm(m));
|
||||
f_card = mk_indent(m, indent, mk_seq1<format**, f2f>(m, f_args, f_args+2, f2f(), "forall"));
|
||||
pp_indent(out, indent);
|
||||
pp(out, f_card, m, get_pp_default_params());
|
||||
pp(out, f_card, m);
|
||||
out << "\n";
|
||||
pp_indent(out, indent);
|
||||
out << ";; -----------\n";
|
||||
|
@ -284,7 +284,7 @@ static void pp_funs(std::ostream & out, ast_printer_context & ctx, model_core co
|
|||
body.get(),
|
||||
mk_string(m, ")")))));
|
||||
pp_indent(out, indent);
|
||||
pp(out, def.get(), m, get_pp_default_params());
|
||||
pp(out, def.get(), m);
|
||||
out << "\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue