diff --git a/src/library/unifier.cpp b/src/library/unifier.cpp index 40a4ff9d5..bcf0b17f0 100644 --- a/src/library/unifier.cpp +++ b/src/library/unifier.cpp @@ -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; }