Ticket #7469 (closed bug: invalid)
GHC does not report name clashes in export lists
Description
module A where a = undefined module B (a, module A) where import qualified A a = undefined
There is a name clash here which GHC does not report.
Change History
Note: See
TracTickets for help on using
tickets.
