
30 Aug
2007
30 Aug
'07
12:26 p.m.
On 8/30/07, Peter Hercek
f x = let x = x * scale in let x = x + transform in g x
Why are you trying to call three different things by the same name 'x' in one tiny block of code? That's very confusing and makes it hard to reason equationally about the code. -- Dan