other_function() |> new_function() |> baz() |> bar() |> foo() // Look like foo(bar(baz(new_function(other_function()))))