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
currently, _ means existential quantification at the type level
we would like to use ? instead, and use _ for placeholder function syntax at the value and type level
(its use for anonymous higher-order type params remains)
this means we'd need a version of scala where both _ and ? are valid for denoting wildcards, but this would mean claiming the ? identifier as a reserved keyword, which would break kind-projector
at the same time, we'd add support for type lambdas ([X] => Foo[X])