Hacker News new | ask | show | jobs
by euiq 844 days ago
I assume they're talking about code like

    x
    |> f a
    |> g b
    …
… where everything after the first |> is essentially in point-free style.