guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc srfi-1 list-copy


From: Kevin Ryde
Subject: doc srfi-1 list-copy
Date: Mon, 08 Sep 2003 09:58:44 +1000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

        * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.

 - Scheme Procedure: list-copy lst
     Return a new list containing the elements of the list LST.

     This function differs from the core `list-copy' (*note List
     Constructors::) in accepting improper lists too.  And if LST is
     not a pair at all then it's treated as the final tail of an
     improper list and simply returned.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]