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
By definition, a skolem is neither a subtype nor a supertype of a different
skolem, so regardless of the variance, we shouldn't return a new skolem
when approximating an existing skolem. Fixing derivedSkolemType to not
do this lets us remove a special-case in `avoid`.
0 commit comments