pkg/path: fix pkg-info contract in docs

This commit is contained in:
Matthew Flatt 2014-12-09 06:07:06 -07:00
parent 542f5fd3d2
commit ab696c3943

View File

@ -18,6 +18,8 @@ databases.}
@defstruct*[pkg-info ([orig-pkg (or/c (list/c 'catalog string?)
(list/c 'catalog string? string?)
(list/c 'url string?)
(list/c 'file string?)
(list/c 'dir string?)
(list/c 'link string?)
(list/c 'static-link string?)
(list/c 'clone string? string?))]