|
RE: spurious export conflict: msg#00011lang.haskell.glasgow.bugs
| That would be the analysis if the export list were (module M), but | "If the export list is omitted, all values, types and classes defined | in the module are exported, _but not those that are imported_." | There should never be ambiguity or conflicts if the export list is | omitted. Stupid me. GHC currently treats module M where ... as short for module M( module M ) where .... but it isn't any more. I'd better fix that. Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Error messages when mixing profiled and unprofiled code, Simon Marlow |
|---|---|
| Next by Date: | Yet another External Core bug, Kirsten Chevalier |
| Previous by Thread: | Re: spurious export conflict, Ross Paterson |
| Next by Thread: | RE: BCO entry code - parameter passing on RISC, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |