cats-infographic icon indicating copy to clipboard operation
cats-infographic copied to clipboard

Provide quick glance of singature of the typeclasses

Open pathikrit opened this issue 8 years ago • 3 comments

See: https://arosien.github.io/cats-cheatsheets/typeclasses.pdf

pathikrit avatar Oct 22 '17 21:10 pathikrit

Good idea, I have been trying to figure out how to do this visually.

tpolecat avatar Oct 23 '17 03:10 tpolecat

Maybe using SVG text-hover so we can mouse mover to see the signature. We can additionally skip the signatures that is inherited from parents to keep the tooltip shorter or show them in a different style to highlight which ones are inherited vs. which one is the actual one in the current typeclass..

pathikrit avatar Oct 23 '17 13:10 pathikrit

I'm not sure if I can specify that in OmniGraffle but I can have a look. I kind of want it to be usable if you print out a poster so it would be nice to have it printed. I'll give both a try.

tpolecat avatar Oct 23 '17 14:10 tpolecat