coconut
coconut copied to clipboard
Add pipe into partial optimization for implicit operator function partials
Should compile
x |> (.+1)
to
x + 1