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 conflict in traverse function #195

Closed
eastlund opened this issue Jul 27, 2015 · 1 comment
Closed

Name conflict in traverse function #195

eastlund opened this issue Jul 27, 2015 · 1 comment
Assignees

Comments

@eastlund
Copy link
Contributor

eastlund commented Jul 27, 2015

I think a minor oversight was made when merging #188. In version 4.8.0.0 of base, Prelude contains a traverse function already, thus a name conflict occurs when compiling some .hs files that use the recently added local traverse function. I guess that @EliasC and @albertnetymk don't use the 4.8.0.0 version of base (it should be supported) and therefore didn't notice the name conflict.

Here's the error I'm getting when building: https://gist.github.com/eastlund/43f19b6986f50c08527a, the error occurs in other files as well though.

@eastlund eastlund changed the title Name ambiguity in traverse function Name conflict in traverse function Jul 27, 2015
@albertnetymk albertnetymk self-assigned this Jul 27, 2015
@albertnetymk
Copy link
Contributor

Yes, I introduced that name. Could reproduce the problem using base 4.8. I will rename it to sth else. Fix on the way.

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