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