I want to do something like this
result = something
|> op1
|> op2
|> op3
another words I want to wrap up what this pipe is doing under some name
Should work ok, I think you just need to indent the lines with |>. Normally I think you would also moce the something to next line and indent too.
ok when I corrected indentation it started to work thx I missed that feature
I've made an issue to improve the error message for under-indented lines.
Last updated: Jul 06 2025 at 12:14 UTC