fix(library/unifier): missing "set_conflict" in process_delta

This commit is contained in:
Leonardo de Moura 2015-01-07 12:39:23 -08:00
parent a9b6e20a22
commit 2990a6d029

View file

@ -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;
}