scalaz-deriving icon indicating copy to clipboard operation
scalaz-deriving copied to clipboard

Deriving circe codecs does not work.

Open kamilkloch opened this issue 3 years ago • 0 comments

Scala 2.13.6, circe 0.14.1, scalaz-deriving 3.0.0-M3. The following code fails to compile:

@deriving(Encoder, Decoder)
case class AAA(x: Int, d: Double)

implicitly[Encoder[AAA]]

kamilkloch avatar Jul 08 '21 14:07 kamilkloch