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
Support variance annotations in -Ykind-projector mode
This change expands the supported subset of `kind-projector` syntax, specifically:
* `+*` and `-*` variance annotated variants of `*` placeholder
* Variance annotated named parameters in `λ` - `λ[(`-R`, `+E`, `+A`) => F[R, E, A]]`
0 commit comments