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

Move list-specific functions out of CorePrelude #19

Closed
DanBurton opened this issue Aug 18, 2012 · 2 comments
Closed

Move list-specific functions out of CorePrelude #19

DanBurton opened this issue Aug 18, 2012 · 2 comments

Comments

@DanBurton
Copy link
Collaborator

Now that I've created a full first-class module for Data.List, I've run into a few list-specific CorePrelude exports that don't really belong: or, elem, zip, zipWith, and unzip. BasicPrelude can still export these, but they don't belong in CorePrelude.

@snoyberg
Copy link
Owner

I agree with removing these from CorePrelude.

@DanBurton
Copy link
Collaborator Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants