7 ms·
Recent versions of F# can stop on individual function applications in an expression like x |> f a |> g b … (search for "pipeline debugging" on
by euiq 3y 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/ https://devblogs.microsoft.com/dotnet/whats-new-in-fsharp-6/>).
In my experience, these are more common than strict point-free style anyway.