[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
list-index overloaded
From: |
Han-Wen Nienhuys |
Subject: |
list-index overloaded |
Date: |
Mon, 8 Nov 2004 23:02:51 +0100 |
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 | address@hidden | http://www.xs4all.nl/~hanwen
- list-index overloaded,
Han-Wen Nienhuys <=