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

Representable instance for Tuple2K #3832

Merged
merged 3 commits into from
Mar 29, 2021
Merged

Conversation

TimWSpence
Copy link
Member

No description provided.

Base automatically changed from master to main March 20, 2021 10:41
{
type Pair[A] = (A, A)

//Scala 2.12 implicit resolution absolutely loses its mind here
Copy link
Contributor

Choose a reason for hiding this comment

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

do these need to be implicit if you are passing them explicitly? Can we just make them normal vals?

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, good call! 👍

@johnynek johnynek merged commit f5bdab4 into typelevel:main Mar 29, 2021
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.

2 participants