Skip to content

Add F[TupleN] syntax#313

Merged
danicheg merged 5 commits intomainfrom
ftuple
Feb 12, 2022
Merged

Add F[TupleN] syntax#313
danicheg merged 5 commits intomainfrom
ftuple

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