[Haskell-cafe] import
Bulat Ziganshin
bulat.ziganshin at gmail.com
Tue Dec 2 04:45:47 EST 2008
Hello Vasili,
Tuesday, December 2, 2008, 11:48:40 AM, you wrote:
> I am a little uncertain about "import" semantics in a
> hierarchical package ... i.e. if I import the root of a package root
> do I get everything under the "root's" namespace, i.e. the namespace tree?
no. you import just *module*, and it gives you just the identifiers
exported by module (by default - all symbols *defined* in this module)
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list