On Wed, Sep 11, 2002 at 07:51:40AM -0700, Sigbjorn Finne wrote:
> Sorry about that, the intro'ed problem has now been cleared up, I believe.

But now module exports are broken:

        module A(f) where
        f = id

        module B(module A) where
        import A

        module C where
        import B(f)

ERROR "C.hs" - Unknown entity "f" imported from module "B"
_______________________________________________
Cvs-hugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-hugs

Reply via email to