6 ms·
I assume they're talking about code like x |> f a |> g b … … where everything after the first |> is essentially in point-free style.
by euiq 3y 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.