Tidy up soft port invocation
This commit is contained in:
parent
e6f7f4c60d
commit
011ea03f87
1 changed files with 1 additions and 6 deletions
|
@ -72,12 +72,7 @@
|
||||||
put-char
|
put-char
|
||||||
;; String out, go char by char
|
;; String out, go char by char
|
||||||
(λ (s) (string-for-each put-char s))
|
(λ (s) (string-for-each put-char s))
|
||||||
;; Flush
|
#f #f #f)
|
||||||
(λ () #f)
|
|
||||||
;; Get char - write-only, we ignore
|
|
||||||
(λ () #f)
|
|
||||||
;; Close port - no work to do - we don't take ownership of the child port
|
|
||||||
(λ () #f))
|
|
||||||
"w"))
|
"w"))
|
||||||
|
|
||||||
(define (current-sequence)
|
(define (current-sequence)
|
||||||
|
|
Loading…
Reference in a new issue