mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
updated printer
This commit is contained in:
parent
cb120c93f4
commit
fb9fa1b7d2
2 changed files with 50 additions and 48 deletions
|
@ -599,8 +599,8 @@ public:
|
|||
expr* ex;
|
||||
bool html_encode;
|
||||
bool can_skip_parenth(expr* r) const;
|
||||
std::ostream& print_unit(std::ostream& out, expr* s) const;
|
||||
std::ostream& print_seq(std::ostream& out, expr* s) const;
|
||||
bool print_unit(std::ostream& out, expr* s) const;
|
||||
bool print_seq(std::ostream& out, expr* s) const;
|
||||
std::ostream& print_range(std::ostream& out, expr* s1, expr* s2) const;
|
||||
std::ostream& print(std::ostream& out, expr* e) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue