RE: [Haskell] ambiguous record field names which actually aren’t ambigious

2007-05-29 Thread Simon Peyton-Jones
[Redirecting to ghc-bugs] | module A where | data A = A { label :: Int } | | module B where | data B = B { label :: Int } | | b :: B | b = B { label = 0 } | | x :: B -> () | x B { label = 0 } = () | | GHC reports an ambiguity for both usages

[Hugs] #72: mishandling of ambiguous record field names

2007-05-29 Thread Hugs
#72: mishandling of ambiguous record field names -+-- Reporter: ross | Owner: nobody Type: defect | Status: new Priority: major| Milestone: Component: st