Adjust open-input-file
type for new keyword
original commit: 7eb94179e7fdda4e9932452d7d1b0de93bf57870
This commit is contained in:
parent
2f9c3f0265
commit
e1486afd9b
|
@ -2939,7 +2939,10 @@
|
|||
(cl->*
|
||||
(->optkey (-lst a) ((-> a a Univ)) #:key (-> a a) #f (-lst a))
|
||||
(->optkey (-lst a) ((-> b b Univ)) #:key (-> a b) #f (-lst a)))))
|
||||
(open-input-file (->key -Pathlike #:mode (one-of/c 'binary 'text) #f -Input-Port))
|
||||
(open-input-file (->key -Pathlike
|
||||
#:mode (one-of/c 'binary 'text) #f
|
||||
#:for-module? Univ #f
|
||||
-Input-Port))
|
||||
(open-output-file
|
||||
(->key
|
||||
-Pathlike
|
||||
|
|
Loading…
Reference in New Issue
Block a user