-
-
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
Improve documentation for typeclasses #3481
Improve documentation for typeclasses #3481
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the A
idiom, but I think it's totally reasonable to find it confusing. This is documentation: it should be as clear as possible. Thanks for the refinement!
Travis / Github hasn't been stable recently. The ci for this PR is ok (here) but the notification didn't work. I'm re-triggering the build on Travis side. |
It didn't work. I'm closing and reopening the PR to trigger the CI again. |
Maybe we should consider using GitHub actions at some point |
Yes, that's definitely an option. |
Codecov Report
@@ Coverage Diff @@
## master #3481 +/- ##
==========================================
- Coverage 91.77% 90.94% -0.84%
==========================================
Files 383 383
Lines 8394 8683 +289
Branches 205 205
==========================================
+ Hits 7704 7897 +193
- Misses 690 786 +96 |
Small (opinionated) improvement.
I've just read the documentation for typeclasses on the microsite and I was very confused by the use of duplicate name
A
. Although it compiles either way, I think this change will cause less confusion to future readers. Feel free to dismiss this PR if you feel different.