Fix contract

This commit is contained in:
Jay McCarthy 2013-08-13 09:23:51 -06:00
parent 3c439a7731
commit 0b3f9a9a78

View File

@ -76,7 +76,7 @@
[request-binding/string
(->* (request? string?)
(boolean?)
string?)]
(or/c string? false/c))]
[pkg-index/basic+versions
(-> (-> (listof string?))
(-> string? #:version (or/c string? false/c)