Re: When do you re-export?

2022-10-23 Thread Maxim Cournoyer
Hi jgart, jgart writes: > Hi, > > When should I re-export something in a module? > > docs say the following: > > Add all variables (which must be symbols or pairs of symbols) to the > list of re-exported bindings of the current module. Pairs of symbols > are handled as in export. Re-exported bin

Re: When do you re-export?

2022-10-11 Thread Wojtek Kosior via
> Hi, > > When should I re-export something in a module? > > docs say [...] > > The docs don't explain why you would want to even do a re-export in the first > place... > > Could someone provide some examples as to why I would want to use this? It > would be much appreciated! > > -- > jgart H

When do you re-export?

2022-10-11 Thread jgart
Hi, When should I re-export something in a module? docs say the following: Add all variables (which must be symbols or pairs of symbols) to the list of re-exported bindings of the current module. Pairs of symbols are handled as in export. Re-exported bindings must be imported by the current modu