input-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 (input-port? value) (not (input-port-open? value))))