read-print: Recognize 'define-record-type' and 'define-record-type*'.

* guix/read-print.scm (%special-forms): Add 'define-record-type' and
'define-record-type*'.
This commit is contained in:
Ludovic Courtès 2022-10-17 10:00:50 +02:00
parent d5b54e0137
commit 8c90196f1a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -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)