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

Respect the prelude's import lists #274

Open
gelisam opened this issue Mar 2, 2023 · 0 comments
Open

Respect the prelude's import lists #274

gelisam opened this issue Mar 2, 2023 · 0 comments

Comments

@gelisam
Copy link
Owner

gelisam commented Mar 2, 2023

Since I'm only importing the Text type, not all of the functions from that module, it should be unambiguous that filter refers to Prelude.filter:

$ cat ~/.hawk/prelude.hs
import Prelude
import Data.Text (Text)

$ hawk 'filter odd [1,2,3]'
error: Won't compile:
    Ambiguous occurrence ‘filter’
It could refer to
    either ‘Prelude.filter’,
        imported from ‘Prelude’ (and originally defined in ‘GHC.List’)
    or ‘Data.Text.filter’, imported from ‘Data.Text’
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