Name: Anonymous 2007-04-07 5:40 ID:W8msT6i7
What the hell does '->' do? I see it in C and C++ all the time and it confuses the shit out of me.
bar xs = map foo xs
where foo = ...
bar xs = map (\x -> ...) xs