You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala 3 have built in mechanism to drive type classes from case classes. Also, Scala 3 can apply FunctorK to case class fields.
It could be cool to be able transform generated types with approaches I mentioned above.
Would you be interested in PR, which add ability to generate Client not as class with methods, but as case class with fields?
The text was updated successfully, but these errors were encountered:
Scala 3 have built in mechanism to drive type classes from case classes. Also, Scala 3 can apply FunctorK to case class fields.
It could be cool to be able transform generated types with approaches I mentioned above.
Would you be interested in PR, which add ability to generate Client not as class with methods, but as case class with fields?
The text was updated successfully, but these errors were encountered: