guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/25] Define <ffi-type> structure


From: Dmitry Bogatov
Subject: Re: [PATCH 02/25] Define <ffi-type> structure
Date: Mon, 18 Jul 2016 20:59:03 +0300

> > +(define-module (system foreign declarative)
> > +  #:export (make-foreign-type)
> > +  #:export (define-foreign-type))
> > +(use-modules (srfi srfi-9))

> You don't have to write #:export several times, one just enough
> #:export (make-foreign-type define-foreign-type)

Thanks for review. I know that it possible to merge all exports into
one list, but I prefer this style -- more friendly to `M-x sort-lines'

-- 
Accept: text/plain, text/x-diff
Accept-Language: eo,en,ru
X-Web-Site: sinsekvu.github.io



reply via email to

[Prev in Thread] Current Thread [Next in Thread]