[erlang-questions] Modify a list of tuples

Richard Carlsson richardc@REDACTED
Thu Aug 14 23:40:44 CEST 2008


Richard Carlsson wrote:
> Write a list comprehension that applies lists:keymap/3 on each
> of the sublists.

Sorry, I remembered wrong, keymap/3 doesn't match on the actual key,
it just remaps a specific field. (It's not really consistent with
the other key* functions in lists.)

    /Richard



More information about the erlang-questions mailing list