nrinaudo / kantan.codecs

Generic encoders / decoders for the various kantan libraries.
http://nrinaudo.github.io/kantan.codecs/
Apache License 2.0
10 stars 6 forks source link

Consider using scalacheck-shapeless, at least for error types #93

Open nrinaudo opened 6 years ago

nrinaudo commented 6 years ago

Cogen and Arbitrary instances for errors types are a lot of boilerplate that I'd really rather not have to write or maintain.

See this tweet for a way to mitigate the DERIVE AN INSTANCE OF EVERYTHING IN SCOPE @!# effect.

nrinaudo commented 6 years ago

I need to pay more attention to things - this was closed by mistake.