fix apparent type error in the definition of in-plt?
This commit is contained in:
parent
117fde6857
commit
54301ad5ed
|
@ -1597,7 +1597,7 @@
|
||||||
(list name)))))))
|
(list name)))))))
|
||||||
|
|
||||||
(define in-plt?
|
(define in-plt?
|
||||||
(let ([roots (map explode (list (find-doc-dir) (find-collects-dir)))])
|
(let ([roots (map explode (filter values (list (find-doc-dir) (find-collects-dir))))])
|
||||||
(lambda (path)
|
(lambda (path)
|
||||||
(ormap (lambda (root)
|
(ormap (lambda (root)
|
||||||
(let loop ([path path] [root root])
|
(let loop ([path path] [root root])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user