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

Error out when seeing non-default fixity declarations #386

Open
bergmark opened this issue Jan 17, 2014 · 0 comments
Open

Error out when seeing non-default fixity declarations #386

bergmark opened this issue Jan 17, 2014 · 0 comments

Comments

@bergmark
Copy link
Member

Fay just passes base fixities to haskell-src-exts so these are the only operators that will parse correctly. Custom fixity declarations are ignored.

If you want to use custom operators anyway, be aware of the default fixity it gets and either declare it as such or remove the fixity declaration alltogether.

We can error if a non default fixity is given, otherwise compile normally.

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

1 participant