Add test of andmap.
svn: r14928
This commit is contained in:
parent
c8828d0638
commit
5b7249eea5
|
@ -8,6 +8,10 @@
|
|||
(plambda: (a ...) ([x : Number] . [y : a ... a])
|
||||
(ormap null? (map list y))))
|
||||
|
||||
(define y*
|
||||
(plambda: (a ...) ([x : Number] . [y : a ... a])
|
||||
(andmap null? (map list y))))
|
||||
|
||||
|
||||
(plambda: (a ...) ([x : Number] . [y : Number ... a])
|
||||
y)
|
||||
|
|
Loading…
Reference in New Issue
Block a user