Frank Christoph writes:

> The convention should be reversed: by default, a module import is qualified.
> That eliminates the need for both "qualified" and "hiding".  You can rename
> your identifiers explicitly, as God intended.

are we talking Haskell98 here? anyway, i'd like to second that proposal.
even more, i'd like to see Ada naming convetions applied:

you can "with" a package (import a module) (you get qualified visibility)
you can "use" a previously withe-ed package (unqualified visibility)
and you can "rename" identifiers. (that would probably be the same
as "=" for Haskell since we already got referential transparency).
"with" clauses _must_ be in the header,
but "use" clauses may also be written for local blocks
(an additional plus, IMHO)

-- 
Dr. Johannes Waldmann     Institut fur Informatik    Universitat Leipzig
[EMAIL PROTECTED] http://www.informatik.uni-leipzig.de/~joe/
Augustusplatz, D-04109 Leipzig, Germany, Tel/Fax (+49) 341 97 32 204/209


Reply via email to