guix-commits
[Top][All Lists]
Advanced

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

10/13: read-print: Recognize 'define-record-type' and 'define-record-typ


From: guix-commits
Subject: 10/13: read-print: Recognize 'define-record-type' and 'define-record-type*'.
Date: Mon, 17 Oct 2022 04:45:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8c90196f1a0cf235e2b260ed20d3de214dab8484
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 17 10:00:50 2022 +0200

    read-print: Recognize 'define-record-type' and 'define-record-type*'.
    
    * guix/read-print.scm (%special-forms): Add 'define-record-type' and
    'define-record-type*'.
---
 guix/read-print.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/read-print.scm b/guix/read-print.scm
index a9aa57a476..a6aaa149e4 100644
--- a/guix/read-print.scm
+++ b/guix/read-print.scm
@@ -286,6 +286,8 @@ expressions and blanks that were read."
    ('define-syntax-rule 2)
    ('define-module 2)
    ('define-gexp-compiler 2)
+   ('define-record-type 2)
+   ('define-record-type* 4)
    ('let 2)
    ('let* 2)
    ('letrec 2)



reply via email to

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