3
0
Fork 0
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:
CEisenhofer 2026-04-09 13:47:29 +02:00
parent 38d725dc5a
commit a36254f104
5 changed files with 22 additions and 19 deletions

View file

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