mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
parent
833dd62623
commit
d50bfc6a50
4 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue