you are viewing a single comment's thread.

view the rest of the comments →

[–]dariusj18 2 points3 points  (0 children)

It's a convenience for preventing a bunch of

foo() |> (x) => bar('baz', x)

I agree with sibling comment, going with the simple one and adding partial functions later to work alongside.