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
If we have `x: 0 | 1` then `x.type` should have atoms {`0`, `1`} only if widening is allowed.
On the other hand, if `x: 0` then `x` has atoms `{0}`irrespective of widening.
0 commit comments