On 8/30/07, Peter Hercek <[EMAIL PROTECTED]> wrote: > 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 _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe