monix / newtypes

Macro-free helpers for defining newtypes in Scala, cross-compiled to Scala 3.
https://newtypes.monix.io/
Other
86 stars 9 forks source link

Cats typeclasses integration #42

Open massimosiani opened 1 year ago

massimosiani commented 1 year ago

Hi! Would it make sense to add a cats integration module, and provide derived instances for Show, Eq and Hash? I could provide a PR if it makes sense.

alexandru commented 1 year ago

👍 go ahead

massimosiani commented 1 year ago

I implemented it here https://github.com/massimosiani/monix-newtypes-cats, if you have any advice. I'll include the code in this repo.