[Scheme-reports] read-error? and file-error? should be part of their respective packages. Arthur Smyles 13 Nov 2012 22:43 UTC

Both read-error? and file-error? are currently part of (scheme base). Since both the read procedure and file procedures are in separate libraries and are optional, it does not make sense to make these 2 procedures required. I propose that read-error? be part of the (scheme read) library, and that file-error? be part of the (scheme file) library.

Arthur

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports