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
"either" cuts the search space for subtyping. Before we do this,
we should delias the other side to see whether there's something
else we can do instead. In the case
A <:< B | C
we can also safely widen `A` because singleton types are not allowed
in disjunctions.
0 commit comments