~ruther/guix-local

0db40ed289388d049ec9ecfd9661cc1d74a9ef3e — Ludovic Courtès 11 years ago c492be6
make-syntactic-constructor kwarg default
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/records.scm
M guix/records.scm => guix/records.scm +1 -1
@@ 43,7 43,7 @@
                       form))))

(define* (make-syntactic-constructor type name ctor fields
                                     #:key thunked defaults)
                                     #:key (thunked '()) (defaults '()))
  "Make the syntactic constructor NAME for TYPE, that calls CTOR, and expects
all of FIELDS to be initialized.  DEFAULTS is the list of FIELD/DEFAULT-VALUE
tuples, and THUNKED is the list of identifiers of thunked fields."