This is the mail archive of the guile@sourceware.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: Quick syncase/syntax-rules question.


Rob Browning <rlb@cs.utexas.edu> writes:

> > (define-module (a)
> >   :use-syntax (ice-9 syncase))
> > 
> > (export foo bar)
> 
> Right, but I didn't want to have to export bar...

Sorry, I'm talking nonsense here (and didn't even discover that I had
left the bar exportation...).

In any case, :use-syntax is the correct way of using the syncase
module.

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