-
-
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
add scaladoc for Comonad / CoFlatMap #131
Comments
@stew I'd like to work on this one (and have started already). Question on the scaladocs: do we want to make these comments nice and pretty complete with examples (like the comments in If the answer is yes, then it doesn't look like we have instances (or complete combinators on our instances) for And if the answer to that is yes, how on earth does one extract `A |
And if the answer to that is yes, how on earth does one extract |
without knowing what |
We have a couple instances for re: Scaladoc w/ examples, that would be good. We use sbt-doctest to make sure the examples are compile-able and correct, so you may want to look into that. |
Do there exist possible implementations for extract on things like 'None |
Nope, for the reason you stated previously
|
|
fixed by #898 |
core/src/main/scala/cats/Comonad.scala
core/src/main/scala/cats/CoFlatMap.scaal
The text was updated successfully, but these errors were encountered: