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

Conflicting fixity declaration in same file is not detected #3389

Open
andrevidela opened this issue Sep 20, 2024 · 0 comments
Open

Conflicting fixity declaration in same file is not detected #3389

andrevidela opened this issue Sep 20, 2024 · 0 comments

Comments

@andrevidela
Copy link
Collaborator

Steps to Reproduce

export infixl 7 !*>

export infixr 2 !*>

Expected Behavior

Error about conflicting fixity

Observed Behavior

Works just fine, the conflicting fixity warning triggers correctly when the operator is used, but in this case since the source file is conflicting it should be caught earlier

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