purescript / documentation

Documentation for the PureScript language, compiler, and tools.
Other
1.03k stars 301 forks source link

Add a section about fixity declarations for functions #381

Closed kl0tl closed 2 years ago

kl0tl commented 3 years ago

We ran into this at work while translating some code from Haskell to PureScript.

I checked all fixity declarations in base and there’s a few other inconsistencies:

I’m not sure whether we should fix or document these.