read-print: Add special forms.

* guix/read-print.scm (%special-forms): Add 'define-configuration' and
'match-record'.
This commit is contained in:
Ludovic Courtès 2022-12-20 16:51:14 +01:00
parent 00f48860e9
commit fcc4e51e61
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -288,11 +288,13 @@ expressions and blanks that were read."
('define-gexp-compiler 2)
('define-record-type 2)
('define-record-type* 4)
('define-configuration 2)
('let 2)
('let* 2)
('letrec 2)
('letrec* 2)
('match 2)
('match-record 3)
('when 2)
('unless 2)
('package 1)