parent
838431c176
commit
bad5a35291
|
@ -1762,7 +1762,7 @@
|
|||
[file-stream-buffer-mode (cl-> [(-Port) (one-of/c 'none 'line 'block #f)]
|
||||
[(-Port (one-of/c 'none 'line 'block)) -Void])]
|
||||
[file-position (cl-> [(-Port) -Nat]
|
||||
[(-Port -Integer) -Void])]
|
||||
[(-Port (Un -Integer (-val eof))) -Void])]
|
||||
[file-position* (-> -Port (Un -Nat (-val #f)))]
|
||||
|
||||
;; Section 13.1.4
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
(read my-output-reader)
|
||||
(get-output-bytes my-error-port)
|
||||
|
||||
(file-position my-input eof)
|
||||
|
||||
(close-input-port my-input)
|
||||
(close-input-port my-output-reader)
|
||||
(close-output-port my-output)
|
||||
|
|
Loading…
Reference in New Issue
Block a user