fix(library/unifier): missing "set_conflict" in process_delta
This commit is contained in:
parent
a9b6e20a22
commit
2990a6d029
1 changed files with 1 additions and 0 deletions
|
@ -1315,6 +1315,7 @@ struct unifier_fn {
|
|||
length(lhs_lvls) != length(rhs_lvls) ||
|
||||
length(d.get_univ_params()) != length(lhs_lvls)) {
|
||||
// the constraint is not well-formed, this can happen when users are abusing the API
|
||||
set_conflict(j);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue