Hi all, On 09/06/2016 07:17 AM, Michael Ferguson wrote: > These ways of > using modules are handy to control what is exported (through > 'private use' although I don't remember at the moment if that's > actually working now).
Sadly, "private use" isn't implemented yet. Right now the best way to keep a use from bleeding into other modules is to limit its scope so it doesn't occur at the top level of a module. This isn't always reasonable or possible, though, so hopefully we can return to the specification of "private use"s soon. Lydia ------------------------------------------------------------------------------ _______________________________________________ Chapel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-users
