Adjust open-input-file type for new keyword

original commit: 7eb94179e7fdda4e9932452d7d1b0de93bf57870
This commit is contained in:
Asumu Takikawa 2014-05-04 12:13:06 -04:00
parent 2f9c3f0265
commit e1486afd9b

View File

@ -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