(lambda (f) (lambda x (apply map (cons f x)))) (((fileVal "gr") +) '(2 4 5) '(1 2 1)) ;=> (3 6 6)