Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Scala 3] Missing derivations #483

Closed
TimWSpence opened this issue May 27, 2022 · 3 comments
Closed

[Scala 3] Missing derivations #483

TimWSpence opened this issue May 27, 2022 · 3 comments

Comments

@TimWSpence
Copy link
Member

Currently the delta between scala 2 and scala 3 typeclass derivation is:

ShowPretty
ConsK
Iterable

I assume that we want to implement these as well?

@joroKr21
Copy link
Member

  • ShowPretty - I think that's the most useful of the three 👍
  • ConsK - I don't know about that one, it would require some research - we can always add it later
  • Iterable - not really a type class and what does it offer on top of Foldable - maybe we can cut it

@TimWSpence
Copy link
Member Author

Yeah I was surprised that we derive Iterable - very happy to drop it 👍

@TimWSpence
Copy link
Member Author

Closing this in favour of #488 and #489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants