* list-index overloaded
@ 2004-11-08 22:02 Han-Wen Nienhuys
2004-11-27 19:53 ` Kevin Ryde
0 siblings, 1 reply; 2+ messages in thread
From: Han-Wen Nienhuys @ 2004-11-08 22:02 UTC (permalink / raw)
list-index is defined in boot-9.scm, but its signature does not
correspond to the srfi-1 function. I consider this a bug.
guile> list-index
#<procedure list-index (l k)>
guile> (help list-index)
No documentation found for:
(guile): list-index
guile> (use-modules (srfi srfi-1))
guile> list-index
#<procedure list-index (pred clist1 . rest)>
--
Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-27 19:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-08 22:02 list-index overloaded Han-Wen Nienhuys
2004-11-27 19:53 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).