.
original commit: 64c7b69febb083d4413b56ddeca11aa74a1dcbc1
This commit is contained in:
parent
d879c502b0
commit
36175660bd
|
@ -218,7 +218,6 @@
|
||||||
[(not (pair? l))
|
[(not (pair? l))
|
||||||
(raise (make-exn:application:mismatch
|
(raise (make-exn:application:mismatch
|
||||||
(format "~a: second argument must be a (proper) list; given ~e" name list)
|
(format "~a: second argument must be a (proper) list; given ~e" name list)
|
||||||
name (syntax-source-module (quote-syntax here))
|
|
||||||
(current-continuation-marks)
|
(current-continuation-marks)
|
||||||
list))]
|
list))]
|
||||||
[(f (car l)) (if whole-list? l (car l))]
|
[(f (car l)) (if whole-list? l (car l))]
|
||||||
|
@ -247,7 +246,6 @@
|
||||||
frest))]
|
frest))]
|
||||||
[else (raise (make-exn:application:mismatch
|
[else (raise (make-exn:application:mismatch
|
||||||
(format "filter: second argument must be a (proper) list; given ~e" list)
|
(format "filter: second argument must be a (proper) list; given ~e" list)
|
||||||
'filter (syntax-source-module (quote-syntax here))
|
|
||||||
(current-continuation-marks)
|
(current-continuation-marks)
|
||||||
list))])))))
|
list))])))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user