3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-11-25 18:01:35 +01:00
parent 833dd62623
commit d50bfc6a50
4 changed files with 13 additions and 6 deletions

View file

@ -717,6 +717,8 @@ namespace datatype {
todo.pop_back();
continue;
}
if (!is_declared(s))
return true;
already_found.insert(datatype_name(s), GRAY);
def const& d = get_def(s);
bool can_process = true;