How can I map a function for instance (square x) over a list of lists (list (list 1 2) (list 3 4)) and at the same time concatenates the result. For example the result would be (1 4 9 16). I can't find any detailed explanations on the web... thanks for any advice!
Best Regards, Eunice