unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* 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

* Re: list-index overloaded
  2004-11-08 22:02 list-index overloaded Han-Wen Nienhuys
@ 2004-11-27 19:53 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2004-11-27 19:53 UTC (permalink / raw)
  Cc: bug-guile

Han-Wen Nienhuys <hanwen@xs4all.nl> 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.


_______________________________________________
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).