From 8c90196f1a0cf235e2b260ed20d3de214dab8484 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 17 Oct 2022 10:00:50 +0200 Subject: read-print: Recognize 'define-record-type' and 'define-record-type*'. * guix/read-print.scm (%special-forms): Add 'define-record-type' and 'define-record-type*'. --- guix/read-print.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guix/read-print.scm b/guix/read-print.scm index a9aa57a476..a6aaa149e4 100644 --- a/guix/read-print.scm +++ b/guix/read-print.scm @@ -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) -- cgit v1.2.3