robrix / Prelude

Swift µframework of simple functional programming tools
MIT License
410 stars 26 forks source link

Precedence of `<|` and `|>` is lower than assignment #20

Closed robrix closed 9 years ago

robrix commented 9 years ago

Right now they’re lower than assignment (90) to match Haskell, but this means you have to parenthesize to assign with them, which is weird.

@dnalot suggests 95, which makes sense to me.