map* for Data.List
J. Garrett Morris
trevion at gmail.com
Sat Nov 4 19:59:01 EST 2006
On 11/4/06, Neil Mitchell <ndmitchell at gmail.com> wrote:
> mapSnd is map and snd
Actually, mapSnd is ($) and snd, which is why I always preferred the
names from Control.Arrow (first and second) -- they don't include a
reference to a fictional mapping operation. For the same reason, I
would at the very least oppose mapHead and mapLast because there's no
mapping going on.
/g
More information about the Libraries
mailing list