guile-user
[Top][All Lists]
Advanced

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

Re: Bug in and-map and or-map? What am I doing wrong?


From: Marius Vollmer
Subject: Re: Bug in and-map and or-map? What am I doing wrong?
Date: 07 May 2001 00:23:26 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Neil Jerram <address@hidden> writes:

> (define (and-map-multilist f . lsts)
>   (if (apply eq? (map length lsts))

You want to use `=' here instead of `eq?'.  `eq?' fails on bignums.
Ok, list length wont be bignums...



reply via email to

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