-
-
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
Comonad documentation #2888
Comonad documentation #2888
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2888 +/- ##
======================================
Coverage 94.2% 94.2%
======================================
Files 368 368
Lines 6949 6949
Branches 304 304
======================================
Hits 6546 6546
Misses 403 403 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.
This is cool, thanks! I'm happy to accept this as is, but I also feel a practical example would go a long way :)
I’ll spend some time finding a good example. I see Runar has posted a lot about Comonads so there are his implementations of Conways game of life as well as a graph traversal but maybe that is a bit big for this context. |
I've made the suggested corrections. I gave some thought to a motivating example. Perhaps it would be good to write a doc page for Store, the dual of State, and include an example of how that is useful, then link to it from the comonad page later. |
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!
Added a document page for Comonads