~ruther/guix-local

6bdc69c618c599d61af6084dc9c3986cd66deb28 — Herman Rimm 1 year, 5 months ago 0159dc1
records: Fix match-record description.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/records.scm
M guix/records.scm => guix/records.scm +1 -1
@@ 665,7 665,7 @@ to thunked values.  Raise a syntax violation when the field is not found."

(define-syntax match-record
  (syntax-rules ()
    "Bind each FIELD of a RECORD of the given TYPE to it's FIELD name.
    "Bind each FIELD of a RECORD of the given TYPE to its FIELD name.
The order in which fields appear does not matter.  A syntax error is raised if
an unknown field is queried."
    ((_ record type (fields ...) body ...)