[Haskell-cafe] Design your modules for qualified import
Bulat Ziganshin
bulat.ziganshin at gmail.com
Sat Jun 7 14:44:15 EDT 2008
Hello Loup,
Saturday, June 7, 2008, 7:31:29 PM, you wrote:
> Is there any difference between:
> import Very.Long.Module.Name as M
> and:
> import qualified Very.Long.Module.Name as M
with first you get *both* qualified and unqualified identifiers, with
second - only qualified
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list