These tests now pass.
svn: r11067 original commit: 4ba93761313ed8f4c863d6fe05fa66b3aa37cf09
This commit is contained in:
parent
a91efc813e
commit
4d9768895a
|
@ -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))
|
Loading…
Reference in New Issue
Block a user