Y
Hacker News
new
|
ask
|
show
|
jobs
by
IHLayman
1440 days ago
Haskell coders have to do this often enough that there is a token that does this grouping… f $ g x = f (g x), so the expression `a b c` is still a source for ambiguity.
1 comments
avgcorrection
1440 days ago
`$` is an operator. There is no ambiguity (you might not know the precedence table but that doesn’t make it ambigious).
link
pklausler
1440 days ago
`$` = id
link