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

Make Sum and Product types conform the protocols of their respective wrapped types #130

Merged
merged 2 commits into from
Aug 9, 2018

Conversation

jsbean
Copy link
Member

@jsbean jsbean commented Aug 9, 2018

The point of the Sum and Product types is to provide an Additive or Multiplicative view of a type which may conform to both protocols (e.g., Int, Float, Double, etc.). Currently, Sum and Product did not inherently conform to their respective Additive or Multiplicative protocols, making them somewhat useless.

@jsbean jsbean merged commit b552efc into master Aug 9, 2018
@jsbean jsbean deleted the refine-sum-product branch August 9, 2018 21:19
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.

1 participant