Re: module and function names

2013-01-02 Thread H. S. Teoh
On Wed, Jan 02, 2013 at 07:27:31PM +, Russel Winder wrote: > I am finding that I cannot have a function of the same name as a module > using D. Is this just me missing something or is it right that module > names and function names are in the same name category? [...] A somewhat ugly workaroun

Re: module and function names

2013-01-02 Thread Jonathan M Davis
On Wednesday, January 02, 2013 19:27:31 Russel Winder wrote: > I am finding that I cannot have a function of the same name as a module > using D. Is this just me missing something or is it right that module > names and function names are in the same name category? AFAIK, it works just fine. It's j

module and function names

2013-01-02 Thread Russel Winder
I am finding that I cannot have a function of the same name as a module using D. Is this just me missing something or is it right that module names and function names are in the same name category? -- Russel. = Dr Russel