Live data from Hacker News

Viewing profile — forki23

forki23

HN member
Joined
Mon, Mar 09, 2015, 11:45 AM UTC
HN karma
5
Public activity
2 items

About forki23

No profile information was provided.

Recent public activity

  1. comment
    Comment #9170413

    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. comment
    Comment #9170364

    as someone already pointed out on twitter: F#: let blubExtra a b = blub (inc a) (inc b) 4 parens.