We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.0
summon[deriving.Mirror.Product { type MirroredType = [X] =>> [Y] =>> (X, Y) }]
1 |summon[deriving.Mirror.Product { type MirroredType = [X] =>> [Y] =>> (X, Y) }] | ^ |error overriding type MirroredMonoType in trait Mirror with bounds; | type MirroredMonoType, which equals [Y] =>> (?, Y) has incompatible type
MirroredMonoType should be collapsed to (?, ?), rather than [Y] =>> (?, Y)
MirroredMonoType
(?, ?)
[Y] =>> (?, Y)
The text was updated successfully, but these errors were encountered:
Not clear why this should change. Maybe simply not support it?
Sorry, something went wrong.
fix scala#14025: restrict curried HK types in mirrors
871e658
5f7a1ca
042ed56
5967e24
bishabosha
Successfully merging a pull request may close this issue.
Compiler version
3.1.0
Minimized code
Output
Expectation
MirroredMonoType
should be collapsed to(?, ?)
, rather than[Y] =>> (?, Y)
The text was updated successfully, but these errors were encountered: