#1518: Make it possible to evaluate monadic actions when assigning record fields
(<-)
-----------------------------------+----------------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:         
        Type:  feature request     |       Status:  new    
    Priority:  normal              |    Milestone:         
   Component:  Compiler            |      Version:  6.6.1  
    Severity:  normal              |   Resolution:         
    Keywords:                      |   Difficulty:  Unknown
          Os:  Unknown             |     Testcase:         
Architecture:  Unknown             |  
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):

 If you wrote:
 {{{
 return Bar {
  barFoo <- foo
  barQuux <- quux
 }
 }}}
 which do you think should be executed first -- computation foo or
 computation quux?

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

Reply via email to