Fixes bug 206839: map not failing with invalid arguments
This commit is contained in:
parent
48f7c88e2d
commit
c2e20a3a68
|
@ -606,7 +606,8 @@
|
||||||
[(null? ls)
|
[(null? ls)
|
||||||
(if (andmap null? ls*)
|
(if (andmap null? ls*)
|
||||||
'()
|
'()
|
||||||
(die who "length mismatch"))])])))
|
(die who "length mismatch"))]
|
||||||
|
[else (die who "not a list" ls)])])))
|
||||||
|
|
||||||
(module (for-each)
|
(module (for-each)
|
||||||
(define who 'for-each)
|
(define who 'for-each)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1429
|
1430
|
||||||
|
|
Loading…
Reference in New Issue