[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: list-index overloaded
From: |
Kevin Ryde |
Subject: |
Re: list-index overloaded |
Date: |
Sun, 28 Nov 2004 06:53:44 +1100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
Han-Wen Nienhuys <address@hidden> writes:
>
> list-index is defined in boot-9.scm, but its signature does not
> correspond to the srfi-1 function. I consider this a bug.
As long as you get the right thing after use-modules srfi-1 then I
don't think it's a bug.
There's a few others where the core is extended by srfi-1, like member
or delete. And iota is another like list-index where the core version
is undocumented.