3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-08-18 08:30:08 -07:00
parent 5c9f4dc4d7
commit b3db9a1cd5

View file

@ -238,6 +238,8 @@ private:
} }
} }
else { else {
if (!is_uninterp_const(fst_arg))
return false;
bool first = true; bool first = true;
for (expr* arg : *a) { for (expr* arg : *a) {
if (!is_app(arg)) if (!is_app(arg))