-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Move Id instances into implicit scope for Scala 3 #3906
Conversation
I think I missed |
Ah, I was having trouble with this as well. |
Btw, I think we also should consider putting |
It doesn't have a companion object - it's a type alias |
Ok, well whatever you call the |
For abstract types, scala 3 will look for implicits in the same-named object, but not for type alias if I'm not mistaken. |
By abstract type, do you mean the difference between |
Yes. |
Or well, types were the lower and upper bound actually differ, the |
Well, FTR I just changed |
No description provided.