-
-
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
Fix minor typos in typeclasses docs #2377
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2377 +/- ##
==========================================
+ Coverage 94.73% 95.01% +0.28%
==========================================
Files 349 349
Lines 5979 5998 +19
Branches 216 221 +5
==========================================
+ Hits 5664 5699 +35
+ Misses 315 299 -16
Continue to review full report at Codecov.
|
Analogous to the introduction of Semigroup and Monoid, since SemigroupK is weaker than MonoidK. Also the SemigroupK section introduces the notion of kinds, knowledge of which seems to be assumed in the MonoidK section.
176ac20
to
234a776
Compare
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.
Looks good, thanks! :)
* Fix some minor typos * Move section SemigroupK before MonoidK Analogous to the introduction of Semigroup and Monoid, since SemigroupK is weaker than MonoidK. Also the SemigroupK section introduces the notion of kinds, knowledge of which seems to be assumed in the MonoidK section.
This also moves the section on SemigroupK before MonoidK in the menu