```re let f = (x, .y, z) => x +y + z ``` `.` should be only allowed in the first position `(. x , y) => x + y`