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
Don't call union simplification during semantic analysis
We generally don't have fully constructed TypeInfos so
we can't do proper union simplification. Just implement
simple-minded simplifaction that deals with the cases we
care about.
0 commit comments