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

Name clashes because things all of the sudden are in the same module #48

Closed
phischu opened this issue Nov 19, 2014 · 2 comments
Closed

Comments

@phischu
Copy link
Collaborator

phischu commented Nov 19, 2014

The NFData class slice also has all instances for NFData in it. Some of these mention the Bin constructor from Data.Set, some from Data.IntMap and some from Data.Map. But these were previously used unqualified with no problem. So they have no qualification.

@phischu phischu added this to the An almost useful tool milestone Nov 20, 2014
@phischu
Copy link
Collaborator Author

phischu commented Dec 2, 2014

We should detect clashes and on assembly of the compilation unit import those names qualified

@phischu
Copy link
Collaborator Author

phischu commented Dec 21, 2014

Solved by not compiling declarations from different modules together

@phischu phischu closed this as completed Dec 21, 2014
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

1 participant