Tidy up soft port invocation

This commit is contained in:
Vivianne 2024-03-05 22:55:10 -05:00
parent e6f7f4c60d
commit 011ea03f87
1 changed files with 1 additions and 6 deletions

View File

@ -72,12 +72,7 @@
put-char
;; String out, go char by char
(λ (s) (string-for-each put-char s))
;; Flush
(λ () #f)
;; Get char - write-only, we ignore
(λ () #f)
;; Close port - no work to do - we don't take ownership of the child port
(λ () #f))
#f #f #f)
"w"))
(define (current-sequence)