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 | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-guile