guix-commits
[Top][All Lists]
Advanced

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

09/10: records: Remove unnecessary 'begin'.


From: Ludovic Courtès
Subject: 09/10: records: Remove unnecessary 'begin'.
Date: Thu, 11 Jun 2015 21:33:44 +0000

civodul pushed a commit to branch master
in repository guix.

commit ad7c1a2cde80c00f0394a48c0c2be0a478900eb4
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 11 23:28:13 2015 +0200

    records: Remove unnecessary 'begin'.
    
    * guix/records.scm (define-record-type*): Remove unnecessary 'begin'.
---
 guix/records.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/records.scm b/guix/records.scm
index b68aaae..0d35a74 100644
--- a/guix/records.scm
+++ b/guix/records.scm
@@ -283,8 +283,8 @@ inherited."
                  (ctor field ...)
                  pred
                  field-spec* ...)
-               (begin thunked-field-accessor ...
-                      delayed-field-accessor ...)
+               thunked-field-accessor ...
+               delayed-field-accessor ...
                (make-syntactic-constructor type syntactic-ctor ctor
                                            (field ...)
                                            #:thunked #,thunked



reply via email to

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