records: Remove unnecessary 'begin'.

* guix/records.scm (define-record-type*): Remove unnecessary 'begin'.
master
Ludovic Courtès 2015-06-11 23:28:13 +02:00
parent 79477def6b
commit ad7c1a2cde
1 changed files with 2 additions and 2 deletions

View File

@ -283,8 +283,8 @@ inherited."
(ctor field ...) (ctor field ...)
pred pred
field-spec* ...) field-spec* ...)
(begin thunked-field-accessor ... thunked-field-accessor ...
delayed-field-accessor ...) delayed-field-accessor ...
(make-syntactic-constructor type syntactic-ctor ctor (make-syntactic-constructor type syntactic-ctor ctor
(field ...) (field ...)
#:thunked #,thunked #:thunked #,thunked