improved the way the contract is written

This commit is contained in:
Robby Findler 2010-12-03 06:29:24 -06:00
parent bc3bd77e19
commit f8b2a9e0e2

View File

@ -215,5 +215,5 @@
[syms (listof symbol?)]))
(find-relevant-directory-records
(->* [(listof symbol?)]
[(lambda (x) (memq x '(preferred all-available)))]
[(or/c 'preferred 'all-available)]
(listof directory-record?))))