See http://docs.julialang.org/en/latest/manual/modules/#summary-of-module-usage

On Sunday, December 7, 2014 9:45:41 AM UTC+10, Petr Krysl wrote:
>
> Yes, but I haven't exported anything (with "export").
>
> On Saturday, December 6, 2014 3:40:04 PM UTC-8, Patrick O'Leary wrote:
>>
>> Yes. Exporting the name causes it to be available in the global namespace 
>> with "using." All names are visible in the fully qualified namespace.
>>
>> On Saturday, December 6, 2014 5:34:32 PM UTC-6, Petr Krysl wrote:
>>>
>>>  When I qualify the names of functions or types within a module that I 
>>> am "using" with the name of the module, as for instance 
>>>
>>> fens1=FENodeSetModule.FENodeSet(xyz=[X[:,1] X[:,2]]),
>>>
>>>  I can access everything, even though the module does not export 
>>> anything.
>>>
>>> Is that as expected?
>>>
>>> Thanks,
>>>
>>> Petr
>>>
>>

Reply via email to