Hugs accepts the following:

        module A
        where x = 1

        module B where
        import A
        x = 'a'
        y = x

but the reference to x in B is ambiguous.
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to