; http://stackoverflow.com/questions/37228957/

(define (m n) (- n))

(display (map m '(1 -2 3)))