[Chicken-users] amb-extras: distinct? expects srfi-1 member

2011-03-28 Thread Markus Klotzbuecher
Dear All, distinct? from amb-extras fails with an "bad argument count" error when srfi-1 is not loaded. In that case the member procedure from 'scheme' and not srfi-1 is used, which doesn't take a additional equality procedure as used by distinct?. Adding srfi-1 to the imports as in the attached

Re: [Chicken-users] amb-extras: distinct? expects srfi-1 member

2011-03-28 Thread John Cowan
Markus Klotzbuecher scripsit: > distinct? from amb-extras fails with an "bad argument count" error > when srfi-1 is not loaded. In that case the member procedure from > 'scheme' and not srfi-1 is used, which doesn't take a additional > equality procedure as used by distinct?. In the R7RS small la

Re: [Chicken-users] amb-extras: distinct? expects srfi-1 member

2011-03-28 Thread Thomas Chust
2011/3/28 Markus Klotzbuecher : > [...] > distinct? from amb-extras fails with an "bad argument count" error > when srfi-1 is not loaded. In that case the member procedure from > 'scheme' and not srfi-1 is used, which doesn't take a additional > equality procedure as used by distinct?. > [...] Hel

Re: [Chicken-users] amb-extras: distinct? expects srfi-1 member

2011-03-28 Thread Alex Shinn
On Tue, Mar 29, 2011 at 1:21 AM, John Cowan wrote: > Markus Klotzbuecher scripsit: > >> distinct? from amb-extras fails with an "bad argument count" error >> when srfi-1 is not loaded. In that case the member procedure from >> 'scheme' and not srfi-1 is used, which doesn't take a additional >> equ