#4148: improve new recursive do syntax
---------------------------------+------------------------------------------
    Reporter:  guest             |       Owner:                  
        Type:  feature request   |      Status:  new             
    Priority:  low               |   Milestone:  7.6.1           
   Component:  Compiler          |     Version:  6.12.3          
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by simonpj):

 Now I really am confused.  Here's the design space
 {{{
      mdo             rec            rec
     (with          without          with
  segmentation)    segmentation    segmentation   What
   ------------------------------------------------------
       -                -               YES       (A) GHC now
      YES              YES              -         (B) SPJ proposal
       -               YES              -         (C) Ross proposal?
       -                -               -         (D) Levent proposal?
 }}}
 I proposed (B). Have I understood Ross and Levent's propsals aright?  I
 thought segmentation was important?  Why did we write all that code to put
 it in if it's hardly useful?

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