bug-guile
[Top][All Lists]
Advanced

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

Re: string-every returns #f when applied to an empty sequence


From: Kevin Ryde
Subject: Re: string-every returns #f when applied to an empty sequence
Date: Sat, 31 Jul 2004 11:49:56 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

"Andreas Vögele" <address@hidden> writes:
>
> According to SRFI-13 the procedure string-every returns #t if it is applied
> to an empty sequence (see
> http://srfi.schemers.org/srfi-13/srfi-13.html#Predicates). But Guile's
> implementation returns #f. Is this a bug in SRFI-13 or in srfi/srfi-13.c?

Thanks.  If it's contrary to the spec then it's a bug in guile.

Looks like guile also doesn't make the final predicate application a
tail call the way the spec describes.  Not sure how to fix that.




reply via email to

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