guix-patches
[Top][All Lists]
Advanced

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

[bug#42206] [PATCH] import: pypi: Handle 'null instead of #nil.


From: Mathieu Othacehe
Subject: [bug#42206] [PATCH] import: pypi: Handle 'null instead of #nil.
Date: Sun, 05 Jul 2020 09:58:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Arun,

>      ((? string? str) str)
> -    ((or #nil #f) #f)))
> +    ((or 'null #f) #f)))

This LGTM.

Thanks,

Mathieu





reply via email to

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