> On Thu, Jun 08, 2017 at 11:24:44AM +0300, megane wrote: > > Reexport is nice if you have a big module (say a graphics library) you > > want to organize into smaller chunks internally. > > Yeah, but why can't "export" (or the export list) do that job?
Because you have to import first. IIRC, reexport imports + exports at the same time. BTW, regarding "*" export lists: this is handy when you generate modules. We use this in s48-modules, I think, where one module exports all identifiers and interface modules reexport then particular "views" of the base module. felix _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
