Lysxia / first-class-families

First-class type families
https://hackage.haskell.org/package/first-class-families
MIT License
86 stars 12 forks source link

Some Infix Operators do not have their LR Precedence Defined #60

Open BebeSparkelSparkel opened 4 weeks ago

BebeSparkelSparkel commented 4 weeks ago

Unlike the infix operators in Fcf.Combinators, many operators in the other modules do not have the infix LR precedence defined to match their value live counterparts.

Is this on purpose? Or, should their LR precedence be defined?