2011/3/28 Markus Klotzbuecher <[email protected]>: > [...] > 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?. > [...]
Hello, this was apparently true in those releases of the amb egg that include amb-extras up to version 2.1.3, but it is already fixed in release 2.1.4 and the trunk version. Reinstalling the egg may help. Ciao, Thomas -- When C++ is your hammer, every problem looks like your thumb. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
