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

Add F[TupleN] syntax #313

Merged
merged 5 commits into from
Feb 12, 2022
Merged

Add F[TupleN] syntax #313

merged 5 commits into from
Feb 12, 2022

Conversation

danicheg
Copy link
Member

This migrated from typelevel/cats#4125.
There is no syntax for Tuple2 because of cats.syntax.FunctorTuple2Ops.
At this point, cats.syntax is a kinda monolith that probably wouldn't be changed/extended in foreseeable future. So, Mouse to the rescue :)

* @author
* Kevin Wright
*/
object Boilerplate {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that should be a separate library to prevent this copy-pasting among cats-* libraries. But there is none at the moment.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. I mean that Typelevel could have its own. Because there is an obvious need.

Copy link
Member

@benhutchison benhutchison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@danicheg danicheg merged commit 8bc2ee8 into main Feb 12, 2022
@danicheg danicheg deleted the ftuple branch February 12, 2022 09:16
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

Successfully merging this pull request may close these issues.

3 participants