|
confusing "Warning: Imported from": msg#00175lang.haskell.glasgow.bugs
line 12 and 13 of my source ATC2.hs (http://hackage.haskell.org/trac/ghc/ticket/955) are: > import HsName (HsName(UnQual)) > import PropPosSyntax UnQual comes in via PropPosSyntax and HsName but is not used. However, I would expect a warning for my explicit import of UnQual from HsName. Instead I get: ATC2.hs:13:0: Warning: Imported from `PropPosSyntax' but not used: data constructor `UnQual' Is this a known (or easy to resolve) issue? Christian
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #386: :i wrongly claims "Imported from ...", GHC |
|---|---|
| Next by Date: | Re: [GHC] #414: GHC does not eforce that Main exports main, GHC |
| Previous by Thread: | Re: [GHC] #386: :i wrongly claims "Imported from ...", GHC |
| Next by Thread: | Re: [GHC] #414: GHC does not eforce that Main exports main, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |