output-port-closed -- r7rs Type port;port?;binary-port?;textual-port?;input-port?;input-port-open?;output-port?;output-port-open?;call-with-port;Note: These definitions consume an input that is a super-type.
(lambda (value) (and (output-port? value) (not (output-port-open? value))))