Fix type for current-library-collection-paths

Closes PR 14975
This commit is contained in:
Asumu Takikawa 2015-02-11 14:21:34 -05:00
parent a4252d47f4
commit 917ecaae9b

View File

@ -2936,7 +2936,7 @@
[find-library-collection-paths (->opt [(-lst -Pathlike) (-lst -Pathlike)] (-lst -Path))]
[collection-file-path (->* (list -Pathlike) -Pathlike -Path)]
[collection-path (->* (list) -Pathlike -Path)]
[current-library-collection-paths (-Param -Path -Path)]
[current-library-collection-paths (-Param (-lst -Path) (-lst -Path))]
[use-user-specific-search-paths (-Param Univ B)]
;; Typed Racket Reference