-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Decide on final replacement for implicitly
.
#7152
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
Comments
|
Could we make plain given[Ordering[String]]
val ord: Ordering[String] = given |
|
Using just |
|
@smarter that's your punishment for not just writing |
2 cents: I love |
I changed the docs in #7150 to use |
I can't believe |
We settled on |
We currently use
the
as a replacement ofimplicitly
. This works well if there is an explicit type argument, i.e.but it looks positively strange when the argument is omitted, i.e
One alternative would be to use
theGiven
instead. I.e.theGiven
is a bit longer but works adequately in both scenarios.This change is elaborated in #7150 (docs only, no implementation).
The text was updated successfully, but these errors were encountered: