These tests now pass.

svn: r11067

original commit: 4ba93761313ed8f4c863d6fe05fa66b3aa37cf09
This commit is contained in:
Sam Tobin-Hochstadt 2008-08-04 18:36:38 +00:00
parent a91efc813e
commit 4d9768895a

View File

@ -6,4 +6,11 @@
(define y
(plambda: (a ...) ([x : Number] . [y : a ... a])
(ormap null? (map list y))))
(ormap null? (map list y))))
(plambda: (a ...) ([x : Number] . [y : Number ... a])
y)
(plambda: (a ...) ([x : Number] . [y : Number ... a])
(map add1 y))