binary-port-open
r7rs
binary-input-port-open
binary-input-port-eof
binary-output-port-open
binary-port
port-open
port
(lambda (value) (and (binary-port? value) (or (input-port-open? value) (output-port-open? value))))
types-ports
types