Things that might help:
(map ( function entire-list)) (foldr (function base-retval list)) function ( first-element value-so-far) ; the function's second parameter is the value so far
(map ( function entire-list)) (foldr (function base-retval list)) function ( first-element value-so-far) ; the function's second parameter is the value so far