milessabin/shapeless

Add documentation around TypeClass derivation

Open

#219 opened on Aug 25, 2014

View on GitHub
 (7 comments) (0 reactions) (1 assignee)Scala (3,405 stars) (522 forks)batch import
DocumentationHelp wantedgood first issue

Description

The documentation around typeclass derivation points to a blog post where the derivation process is explained in a very clear manner. The problem is that this blog post mentions that there will be a part 2 that deals with the notion of co-product and how it relates to typeclass derivation. As far as my understanding goes, this blog post never made it out and there is no ressource to find more about the emptycoproduct and coproduct methods that need to need to be implemented in order to derive TypeClassCompanion

Contributor guide