Johannes Waldmann <[EMAIL PROTECTED]> wrote:

> For reference, in Java, ...  there's nice syntactic sugar for looping
> over collections:  Collection<E> c; for (E item : c) { ... }
> I'd say this is an example of moving away from a left-biased
> representation, or at least freeing the programmer from having
> to think about it).

In Haskell, this is called 'fmap'.  :-)

Regards,
    Malcolm
_______________________________________________
Haskell-prime mailing list
[email protected]
http://haskell.org/mailman/listinfo/haskell-prime

Reply via email to