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
Our equality implementation is conservative: if two types compare equal,
we know for sure they do indeed refer to the same type, and any type is
subtype of itself. This saved 0.9% in my local benchmark run.
0 commit comments