fix(library/metavar_util): assertion violation
This commit is contained in:
parent
70a1e53ba8
commit
a7eb7edafb
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ bool has_assigned(CTX const & ctx, expr const & e) {
|
|||
found = true;
|
||||
return false; // stop search
|
||||
}
|
||||
if (is_metavar(e))
|
||||
return false; // do not search type
|
||||
return true; // continue search
|
||||
});
|
||||
return found;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue