guix-patches
[Top][All Lists]
Advanced

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

[bug#28377] [PATCH 06/10] system: Introduce a disjoint UUID type.


From: Danny Milosavljevic
Subject: [bug#28377] [PATCH 06/10] system: Introduce a disjoint UUID type.
Date: Mon, 11 Sep 2017 18:01:12 +0200

> +(define (device->sexp device)
> +  "Serialize DEVICE as an sexp (really, as an object with a read syntax.)"
> +  (match device
> +    ((? uuid? uuid)
> +     ;; TODO: Preserve the type of UUID.

Yes :)

Otherwise LGTM!





reply via email to

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