scsh-users
[Top] [All Lists]

delete-duplicates!

To: scsh-bugs@zurich.ai.mit.edu
Subject: delete-duplicates!
From: Rolf-Thomas Happe <rthappe@mathematik.uni-freiburg.de>
Date: Fri, 18 Aug 2000 14:46:15 +0200
The definition of DELETE-DUPLICATES! in scsh-0.5.2/scsh/lib/list-lib.scm
is            (define (delete-duplicates! lis maybe-=) ...)
and should be (define (delete-duplicates! lis . maybe-=) ...)
                                             ***
(I haven't checked wether and how this list-lib.scm differs from the final
SRFI 1 reference implementation.)

rthappe




<Prev in Thread] Current Thread [Next in Thread>
  • delete-duplicates!, Rolf-Thomas Happe <=