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
Short circuit type comparisons of type refs when eta-expansion is futile
If the initial comparison of a pair of higher kinded type refs yield false,
there is no point eta expanding them both to poly types to repeat the
comparison (in an more expensive fashion!)
0 commit comments