This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Exporting syntax


Maciej Stachowiak <mstachow@mit.edu> writes:

> Is there any way to export syntactic bindings created using the (ice-9
> syncase) module to other modules that use the module where they are
> defined? 

(define-public nisse #f)
(define-syntax nisse ...)