Add missing types for Ref. 18.2.3 functions
This commit is contained in:
parent
917ecaae9b
commit
7ae1247539
|
@ -2934,10 +2934,15 @@
|
|||
|
||||
;; Section 18.2 (Libraries and Collections)
|
||||
[find-library-collection-paths (->opt [(-lst -Pathlike) (-lst -Pathlike)] (-lst -Path))]
|
||||
[find-library-collection-links (-> (-lst (-opt -Path)))]
|
||||
[collection-file-path (->* (list -Pathlike) -Pathlike -Path)]
|
||||
[collection-path (->* (list) -Pathlike -Path)]
|
||||
[current-library-collection-paths (-Param (-lst -Path) (-lst -Path))]
|
||||
[current-library-collection-links
|
||||
(-Param (-lst (-opt (Un -Pathlike (-HT (-opt -Symbol) (-lst -Pathlike)))))
|
||||
(-lst (-opt (Un -Path (-HT (-opt -Symbol) (-lst -Path))))))]
|
||||
[use-user-specific-search-paths (-Param Univ B)]
|
||||
[use-collection-link-paths (-Param Univ B)]
|
||||
|
||||
;; Typed Racket Reference
|
||||
;; Section 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user