fix apparent type error in the definition of in-plt?

This commit is contained in:
Robby Findler 2012-10-27 18:36:55 -05:00
parent 117fde6857
commit 54301ad5ed

View File

@ -1597,7 +1597,7 @@
(list name)))))))
(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)
(ormap (lambda (root)
(let loop ([path path] [root root])