jjcapper
Results
1
issues of
jjcapper
I'd expect the following custom mapping to work: ``` final case class SomeId(hash: String) final case class Other( ... , x: List[SomeId] , ...) implicit val someIdGet: Get[SomeId] = Get[String].map(SomeId)...
Feature Request