mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
Improve html pretty printer for RCF package
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
77f58269ed
commit
4624919786
8 changed files with 17 additions and 6 deletions
|
@ -339,7 +339,7 @@ void display_pp(std::ostream & out,
|
|||
ext_numeral_kind ak) {
|
||||
switch (ak) {
|
||||
case EN_MINUS_INFINITY: out << "-∞"; break;
|
||||
case EN_NUMERAL: m.display(out, a); break;
|
||||
case EN_NUMERAL: m.display_pp(out, a); break;
|
||||
case EN_PLUS_INFINITY: out << "+∞"; break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue