From fcc4e51e61d1982765a4e86c95fbc9a8179e21f3 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 20 Dec 2022 16:51:14 +0100 Subject: read-print: Add special forms. * guix/read-print.scm (%special-forms): Add 'define-configuration' and 'match-record'. --- guix/read-print.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guix/read-print.scm b/guix/read-print.scm index a6aaa149e4..8a720ef2ef 100644 --- a/guix/read-print.scm +++ b/guix/read-print.scm @@ -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) -- cgit v1.2.3