In this post, we will see how to resolve Scala macros/paradise case class apply method Question: I’m working on Scala 2.12.17. Let’s say I’ve a bunch of case classes : I also have these types : And this function which ...

In this post, we will see how to resolve Is there a simple Scala 3 example of how to use quoted.Type as replacement for TypeTag? Question: Martin Odersky said Scala 3 has the quoted package, with quoted.Expr as a representation ...