() Dmitry Bogatov <kact...@gnu.org> () 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' What's the reason for a separate ‘use-modules’ form? (I presume you know that ‘define-module’ supports ‘#:use-module’ clauses.) -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502
signature.asc
Description: PGP signature