Add test of andmap.
svn: r14928 original commit: 5b7249eea551979eac88b199b270f5800cdad42a
This commit is contained in:
parent
ec5105962f
commit
1a133d64f9
|
@ -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