ambiguous occurrences (in RC1)
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.