``` λ let y = fn(x, x, x) => x + x + x λ y(1,2,3) 9 ``` this should probably just produce an error instead