These tests now pass.
svn: r11067
This commit is contained in:
parent
e6c8e60955
commit
4ba9376131
|
@ -1,7 +0,0 @@
|
|||
#lang typed-scheme
|
||||
|
||||
(plambda: (a ...) ([x : Number] . [y : Number ... a])
|
||||
y)
|
||||
|
||||
(plambda: (a ...) ([x : Number] . [y : Number ... a])
|
||||
(map add1 y))
|
|
@ -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