Why does Parsec change the fixity of `<|>`?
Open
pvp:major
- Dominant language
- Haskell
- Stars
- 892
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
In `Control.Applicative`, `<|>` is defined as having fixity `infixl 3`, but in Parsec it is defined as `infixr 1`. Is there a reason for this difference? Should Parsec be changed to match?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.