read-print: Add special forms.
* guix/read-print.scm (%special-forms): Add 'define-configuration' and 'match-record'.
This commit is contained in:
parent
00f48860e9
commit
fcc4e51e61
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user