Hello Steve,

Friday, December 29, 2006, 5:41:40 AM, you wrote:

> then I can't avoid naming and using an intermediate variable. And that
> annoys me. The u in process2 is of no more value to me (pardon the
> pun) as the one in process1, but I am forced to use it simply because
> the data flow is no longer strictly linear.

it force you to give names to intermediate results which is considered as
good programing style - program becomes more documented. alternatively, you
can give simple names like a b c



-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to