Malcolm Wallace wrote:
> 
>     I propose that every import have an implicit "as"
>     clause to use as an abbreviation, so in
>             import qualified Text.Xml.Parse   [ as Parse ]
>     the clause "as Parse" would be implicit, unless overridden by the
>     programmer with her own "as" clause.  The implicit "as" clause
>     always uses the final subdivision of the module name.

What about, e.g.
  import qualified Text.Xml.Parse
  import qualified Text.Yml.Parse
?

-- 
Christian Brolin

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to