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
When faced with Select operator, IntSetEvaluator will do the default thing which is to return IntSet::everything() which is too conservative.
The right thing to do is to return the union of IntSets of true and false expressions.