Can you try (apropos 'remove) after that too?
On Sun, May 17, 2009 at 4:19 PM, Michele Simionato <[email protected]> wrote: > On Sun, May 17, 2009 at 8:16 AM, Ramana Kumar <[email protected]> wrote: >> That's surprising, since the libraries definitely export overlapping >> identifiers. >> Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1777, build 2009-05-14) >> Copyright (c) 2006-2009 Abdulaziz Ghuloum >> >>> (import (rnrs) (srfi :1)) >> Unhandled exception >> Condition components: >> 1. &who: import >> 2. &message: "two imports with different bindings" >> 3. &syntax: >> form: remove >> subform: #f > > I must have a different version of the libraries: > > $ ikarus > Ikarus Scheme version 0.0.4-rc1+ (revision 1747, build 2009-04-29) > Copyright (c) 2006-2008 Abdulaziz Ghuloum > >> (import (rnrs) (srfi :1)) >> remove > #<procedure remove> >
