mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
Replace # with x in the definition of algebraic elements
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bb386c0f18
commit
3344151aca
1 changed files with 1 additions and 1 deletions
|
@ -5797,7 +5797,7 @@ namespace realclosure {
|
||||||
|
|
||||||
struct display_free_var_proc {
|
struct display_free_var_proc {
|
||||||
void operator()(std::ostream & out, bool compact) const {
|
void operator()(std::ostream & out, bool compact) const {
|
||||||
out << "#";
|
out << "x";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue