Thanks for the responses - I'm now almost as knowledgeable as a 10 yo prior to being instructed in the subject at hand.
define
double_list_elements = map (*2)
and
> double_list_elements [1, 2, 3, 4]
gives you [2, 4, 6, 8]