25 USEFUL FUNCTIONS cont. x ( a b c ) y ( 1 2 3 ) ( reduce append ( map list x y ) nil ) ( a 1 b 2 c 3 )