Skip to content

Do more validity checks for quantified constraints

Richard Eisenberg requested to merge wip/t17563 into master

The title says it.

This patch also removes some code that deals with EqPreds in constraints. EqPreds are unlifted and should never appear in a type that goes through the validity checker. If that panic trips, we have found more bugs.

Fixes #17563

Merge request reports