| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: sigset_t / IRIX 6.5, Paul Emsley |
|---|---|
| Next by Date: | scsh 0.5.2 typo in procobj.scm, Gary Houston |
| Previous by Thread: | sigset_t / IRIX 6.5, Rolf-Thomas Happe |
| Next by Thread: | scsh 0.5.2 typo in procobj.scm, Gary Houston |
| Indexes: | [Date] [Thread] [Top] [All Lists] |