On 10 March 2010 11:25, zaxis <[email protected]> wrote: > So if the local variable can be changed, then we can use loop, etc. same as > imperative languages. For example, for (i=0; i<100; i++) where `i` is a > local variable in function.
But why would we want to? That's what folds, etc. are for! -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
