need to test map

This commit is contained in:
Danny Yoo 2011-09-19 11:27:24 -04:00
parent 96c168845f
commit 0f7320f946

2
tests/more-tests/map.rkt Normal file
View File

@ -0,0 +1,2 @@
#lang planet dyoo/whalesong
(map (lambda (x y) (+ x y)) (list 1 2 3) (list 4 5 6))