mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ (define %special-forms
|
|||
('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 a new issue