You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking a pattern `p` against a selector `s` we should check
that `p == s` is typable. So far we did this in a roundabout way
by calling homogenizeType and canCheckEquals diretcly. But that
is correct only if there are no user-defined definitions of `==`.
0 commit comments