shapeless-guide
shapeless-guide copied to clipboard
The Type Astronaut's Guide to Shapeless
The implicit function `genericObjectEncoder` does not work with Coproduct as descibed in the book. The current definition is as followed: ```scala implicit def genericObjectEncoder[A, H hEncoder.value.encode(gen.to(value))) ``` To make this...
Hello everyone My partner and me had translated this guide to Chinese.We want to make it open source to help more Chinese or others.So can we make some clean work...
Hi :-) Thanks for the great guide ! I'm currently reading it and have small remark : in section 3.2.1, the example encoder creation method is `def createEncoder[A]` However, the...