-
-
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
Some changes to glossary. #2636
Conversation
We move the details to the bottom. We correct some typos. We add some methods missed in the first pass, specially in the `Foldable` type class.
Codecov Report
@@ Coverage Diff @@
## master #2636 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 363 363
Lines 6704 6704
Branches 305 305
=======================================
Hits 6377 6377
Misses 327 327 Continue to review full report at Codecov.
|
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.
thanks!
Thanks @diesalbla! Sorry, but there's a merge conflict. Would you mind resolving that? |
that was an easy conflict I resolved |
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.
Great, thanks!
We move details to bottom, correct some typos, and add some missing methods, specially
in the
Foldable
type class.