Conversation

Yes. An operator is right-associative if it ends with a colon, except for => and -> which are hardcoded to be right-associative.
2
1
I have a hard time reading Haskell since I need to lookup the docs for every single thing I see just to decide which vales are being received by which functions.
2
2
I get annoyed because most of the time people use `open` style imports in Haskell, so I can never figure out where anything is even coming from. Instead having to track down each imported module to figure out where something comes from 😭 – same thing in Lean, Agda, OCaml, etc.
1
2
Show replies