You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: