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
In foo, the bound T::Item normalizes-to T::Item holds in the old solver in order for us to infer U = T::Item in the call to next.
This issue has been fixed by splitting Projection and NormalizesTo goals. Projection goals get proven by simply equating the alias and the term while NormalizesTo actually requires normalization.