append vs list-star
This commit is contained in:
parent
f63a6544e6
commit
e8e3466f48
|
@ -632,7 +632,7 @@
|
||||||
[pkg-docs (package-docs pkg)])
|
[pkg-docs (package-docs pkg)])
|
||||||
(if (null? pkg-docs)
|
(if (null? pkg-docs)
|
||||||
implied-docs
|
implied-docs
|
||||||
(list* pkg-docs implied-docs))))
|
(append pkg-docs implied-docs))))
|
||||||
(define has-docs? (pair? pkg-docs))
|
(define has-docs? (pair? pkg-docs))
|
||||||
(define has-readme? (pair? (package-readme-url pkg)))
|
(define has-readme? (pair? (package-readme-url pkg)))
|
||||||
(define has-tags? (pair? (package-tags pkg)))
|
(define has-tags? (pair? (package-tags pkg)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user