Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
forki23
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
forki23
12y ago
Usually we would write it as: let blubExtra a b = inc b |> blub (inc a) which 2 parens less, but at the cost of using the (very idiomatic) pipe operator.
2.
▲
by
forki23
12y ago
as someone already pointed out on twitter: F#: let blubExtra a b = blub (inc a) (inc b) 4 parens.