need to test map
This commit is contained in:
parent
96c168845f
commit
0f7320f946
2
tests/more-tests/map.rkt
Normal file
2
tests/more-tests/map.rkt
Normal file
|
@ -0,0 +1,2 @@
|
|||
#lang planet dyoo/whalesong
|
||||
(map (lambda (x y) (+ x y)) (list 1 2 3) (list 4 5 6))
|
Loading…
Reference in New Issue
Block a user