guix-devel
[Top][All Lists]
Advanced

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

Re: [Patch 1/10] Add pjproject.


From: Ricardo Wurmus
Subject: Re: [Patch 1/10] Add pjproject.
Date: Sat, 05 Nov 2016 23:54:21 +0100
User-agent: mu4e 0.9.16; emacs 26.0.50.1

Mathieu Lirzin <address@hidden> writes:

> Hi,
>
> Ricardo Wurmus <address@hidden> writes:
>
>> PS: for future reference, this
>>
>> (lambda (file)
>>  (if (or (string=? file ".")
>>          (string=? file ".."))
>>  #f
>>  #t))
>>
>> could more concisely be written as
>>
>> (cute (not (or (string=? <> ".")
>>                (string=? <> ".."))))
>
> I think you mean something like this instead:
>
> (lambda (file)
>   (not (or (string=? file ".")
>            (string=? file ".."))))
>
> Did I miss something?

No, *I* did :) I mixed up two things and didn’t check before sending.
Thanks for the correction.

~~ Ricardo




reply via email to

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