mirror of
https://github.com/Z3Prover/z3
synced 2026-05-19 08:29:31 +00:00
Some more bug fixes
This commit is contained in:
parent
38d725dc5a
commit
a36254f104
5 changed files with 22 additions and 19 deletions
|
|
@ -287,7 +287,7 @@ namespace seq {
|
|||
std::string res;
|
||||
if (ap->get_num_args() == 0)
|
||||
return "∅";
|
||||
res = regex_expr_html(ap->get_arg(1), m, seq);
|
||||
res = regex_expr_html(ap->get_arg(0), m, seq);
|
||||
for (unsigned i = 1; i < ap->get_num_args(); ++i) {
|
||||
res += " | ";
|
||||
res += regex_expr_html(ap->get_arg(i), m, seq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue