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:
parent
d5b54e0137
commit
8c90196f1a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user