[Haskell-cafe] Assignment, Substitution or what?
PR Stanley
prstanley at ntlworld.com
Mon Oct 1 14:52:27 EDT 2007
Hi
f x = x + x
Is the "x" use to create a pattern in the definition and when f is
called it's replaced by a value?
What's actually happening here?
Thanks, Paul
More information about the Haskell-Cafe
mailing list