3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

updated printer

This commit is contained in:
Nikolaj Bjorner 2021-10-15 17:56:54 -07:00
parent cb120c93f4
commit fb9fa1b7d2
2 changed files with 50 additions and 48 deletions

View file

@ -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;