Y
Hacker News
new
|
ask
|
show
|
jobs
by
euiq
844 days ago
Recent versions of F# can stop on individual function applications in an expression like
x |> f a |> g b …
(search for "pipeline debugging" on <
https://devblogs.microsoft.com/dotnet/whats-new-in-fsharp-6/
>).
In my experience, these are more common than strict point-free style anyway.