#3792: Qualified names in import specifications
---------------------------------+------------------------------------------
    Reporter:  nibro             |       Owner:          
        Type:  bug               |      Status:  new     
    Priority:  normal            |   Component:  Compiler
     Version:  6.12.1            |    Keywords:          
          Os:  Unknown/Multiple  |    Testcase:          
Architecture:  Unknown/Multiple  |     Failure:  Other   
---------------------------------+------------------------------------------
 GHC accepts qualified names in import specifications, e.g.
 {{{
 module Main where
 import Foo (Bar.bar)
 }}}
 I don't see the point of this, nor is it documented anywhere. I propose
 that either a) this (mis)feature is removed, or b) this feature is
 documented and tied to a registered extension that can be enabled or
 disabled as seen fit.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3792>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to