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

Suggestion: move Foldable1 and Traversable1 to the "semigroups" package #16

Closed
nikita-volkov opened this issue Dec 28, 2014 · 1 comment

Comments

@nikita-volkov
Copy link

No description provided.

@ekmett
Copy link
Owner

ekmett commented May 13, 2015

The problem with this proposal is that the classes we need to take advantage of them and write many of the methods for them, e.g. Apply and Bind, live here. This is why they were placed in this package in the first place.

Data.Foldable and Data.Traversable provide a ton of combinators in terms of Applicative and Monad. These modules can't provide a comparable API without pulling large chunks of this package along for the ride.

@ekmett ekmett closed this as completed May 13, 2015
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