|
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!
[Prev in Thread] | Current Thread | [Next in Thread] |