#1409: Allow recursively dependent modules transparently (without .hs-boot or
anything)
---------------------------------+------------------------------------------
    Reporter:  Isaac Dupree      |        Owner:              
        Type:  feature request   |       Status:  new         
    Priority:  normal            |    Milestone:  _|_         
   Component:  Compiler          |      Version:  6.10.2      
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:  Unknown     
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by lambda_belka):

 I found the lack of this feature to be forcing me to design modules in a
 tree like structure. And this actually helped me to avoid some bad design.
 Sometimes it happened, that I declared mutual dependencies by error -
 error messages helped be to debug this.
 So I just wanted to point out, that it might be valuable (if the feature
 is implemented) if I could enable/disable possibility to do the mutual
 imports for some modules. This would be useful for debugging.

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