Re: module system bug: qualified exports

"Sigbjorn Finne" <[email protected]>
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <001f01c2f4c9$babe4230$6501a8c0@snapdragon>
Thanks, I fixed this one the CVS repository a couple
of days ago (but forgot to respond to the bug report
at the time.)

--sigbjorn

Iavor S. Diatchki <[email protected]> wrote:
> hi,
> i run into the following problem:
> 
> module A (A.f) where
>   import B
>   f = "f of A"
> 
> module B where
>   f = "f of B"
> 
> when trying to load module A Hugs says:
> ERROR "A.hs" - Ambiguous export of entity "f"
> *** Could refer to: A.f B.f
> 
> bye
> iavor
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.