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
Remove normalization of arguments in AppliedType#tryNormalize
Delay their normalization until it is needed.
Improves MatchTypeTraces as a side effect.
It appears to have been added to avoid some separate issue, which seems to have been fixed.
It is no longer needed at all since the previous fix with constFolding.
0 commit comments