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
We currently mostly use isLambdaSub which detects unapplied
abstract and alias types but not unapplied generic classes.
We should use `hasHigherKind` more often, which includes
unapplied classes.
The first commit fixes a problem with `hasHigherKind` where
abstract types upper bounded by `AnyKind` where not classified
as higher-kinded.
It also changes checkSimpleKinded to use hasHigherKind instead
if isLambdaSub.
0 commit comments