File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
typed-racket-lib/typed-racket/base-env Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 28772877[file-or-directory-identity (->opt -Pathlike [Univ] -PosInt)]
28782878[file-size (-> -Pathlike -Nat)]
28792879
2880- [copy-file (-> -Pathlike -Pathlike -Void)]
2880+ [copy-file (->optkey -Pathlike -Pathlike [(-lst -Symbol)]
2881+ #:exists-ok? Univ #f
2882+ #:permissions Univ #f
2883+ #:replace-permissions Univ #f
2884+ -Void)]
28812885[make-file-or-directory-link (-> -Pathlike -Pathlike -Void)]
28822886
28832887;; Section 15.2.3
29222926
29232927[make-directory* (-> -Pathlike -Void)]
29242928[make-parent-directory* (-> -Pathlike -Void)]
2925- #; [make-temporary-file (->opt [-String (Un -Pathlike (-val 'directory ) (-val #f )) (-opt -Pathlike)] -Path)]
29262929
29272930[put-preferences (->opt (-lst -Symbol) (-lst Univ) [(-> -Path Univ) (-opt -Pathlike)] -Void)]
29282931[preferences-lock-file-mode (-> (one-of/c 'exists 'file-lock ))]
Original file line number Diff line number Diff line change 331331 ;; ... or a Guide is ...
332332 [(make-template-identifier 'check-same-length 'racket/private/template )
333333 (-> (Un (-val #f ) (-Syntax Univ)) (Un (-val #f ) (-Syntax Univ)) (-lst Univ) -Void)]
334- ;; from the expansion of `make-temp-file`
335- [(make-template-identifier 'make-temporary-file/proc 'racket/file )
334+ ;; from the expansion of `make-temporary-file`
335+ [(make-template-identifier 'make-temporary-file 'racket/file )
336+ (->optkey [-String (Un -Pathlike (-val 'directory ) (-val #f )) (-opt -Pathlike)]
337+ #:copy-from (Un -Pathlike (-val 'directory ) (-val #f )) #f
338+ #:base-dir (-opt -Pathlike) #f
339+ -Path)
340+ #;
336341 (->opt [-String (Un -Pathlike (-val 'directory ) (-val #f )) (-opt -Pathlike)]
337342 -Path)]
338343 ;; from the (lifted) portion of the expansion of keyword lambdas
You can’t perform that action at this time.
0 commit comments