-
-
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 diagram of typeclass hierarchy #822
Conversation
Initial attempt to replicate the graphics at http://plastic-idolatry.com/erik/cats-graph.png
Add Traverse, Reducible and Foldable
Add section header
Current coverage is
|
Would it also be useful to have a link to the scaladoc hierarchy under "content hierarchy in http://non.github.io/cats/api/#cats.package ? |
👍 We can always put in another diagram in the future if we want, but I think this is a great start. |
|
||
![Typeclass hierarchy](http://g.gravizo.com/g? | ||
digraph G { | ||
aize ="4,4"; |
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.
size
?
Add diagram of typeclass hierarchy continue #822
Not sure where the best place would be to put this. But I think it would be useful.