Y
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
ReleaseCandidat
944 days ago
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).
link
elbear
942 days ago
> even though most operators aren't keywords but "normal" infix functions
yes, that is also important to mention
link