fn increment(@i) { return i + 1 } xs = [0..2] ys = xs |> map(f = increment) |> map(f = increment)