[plt-scheme] List libraries - name collisions

From: Mark Engelberg (mark.engelberg at gmail.com)
Date: Sat Mar 29 21:42:45 EDT 2008

According to the manual for v372,

I should be able to use both of the following lines:
(require (lib "list.ss"))
(require (lib "list.ss" "srfi" "1"))

because the names in the srfi version are supposed to be renamed to
avoid collisions.
But I'm getting an error, indicating that "third" and possibly other
functions are defined in both modules.

Is there something I'm doing wrong, or is this a bug?

Thanks,

Mark


Posted on the users mailing list.