Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Small revision, the second code line should be:

    f a b <| g x y
Just like F# :)


F# could also write that as g x y |> f a b. Which can read much more intuitively - you are sending the results of g x y to the function f a b.

(I think its that, I'm a little rusty..)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: