Hacker News new | ask | show | jobs
by elbear 944 days ago
A few of the Haskell ones are introduced by extensions, so they're not part of the language proper.
1 comments

Yes, I know. Same for OCaml with PPXs. That was just to show that even Haskell has many, even though most operators aren't keywords but "normal" infix functions (of type classes).
> even though most operators aren't keywords but "normal" infix functions

yes, that is also important to mention