#2452: Add a flag to disable the implicit qualified import of every available
module in interactive mode
-------------------------------------+--------------------------------------
 Reporter:  jcpetruzza               |          Owner:         
     Type:  feature request          |         Status:  new    
 Priority:  normal                   |      Milestone:  6.10.1 
Component:  Compiler (Type checker)  |        Version:  6.9    
 Severity:  minor                    |     Resolution:         
 Keywords:                           |     Difficulty:  Unknown
 Testcase:                           |   Architecture:  Unknown
       Os:  Unknown                  |  
-------------------------------------+--------------------------------------
Comment (by jcpetruzza):

 IMO, the GHC-API in interactive mode can be used to build very cool IDE-
 tools. Maybe an interactive refactoring tool is not the best example one
 can think of, but I hope it still illustrates the idea.

 In any case, the point I wanted to make is this: in interactive mode, the
 typechecker behaves in a unique way and right now there is no way to turn
 this off. Thus, one simply cannot write an application that uses powerful
 features from interactive mode and simultaneously relies on a "standard"
 typechecker.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2452#comment:4>
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