endertunc/http4s-realworld-example

Stop using coercible to derive typeclasses

endertunc opened this issue · 0 comments

As mentioned in estatico/scala-newtype#64 using coercible to derive typeclasses comes with a cost. Being a bit more explicit here will improve compile time performance and make it easy to understand for new comers.