[plt-scheme] [BUG] in collects/slibinit/init.ss in 207

From: Jay McCarthy (je_apostrophe at mac.com)
Date: Tue Jun 22 16:40:48 EDT 2004

Line 379,

(define (port? obj) (or (input-port? port) (output-port? port)))

Should be

(define (port? port) (or (input-port? port) (output-port? port)))

Sorry that this isn't a true patch, but it's so trivial. Also, sorry if 
this is fixed in CVS, I don't use it.

Jay

----
Jay McCarthy <jay at kenyamountain.com>
http://www.makeoutcity.com



Posted on the users mailing list.