#4479: Add Type Directed Name Resolution
----------------------------------------+-----------------------------------
    Reporter:  gidyn                    |        Owner:              
        Type:  feature request          |       Status:  new         
    Priority:  normal                   |    Milestone:  7.2.1       
   Component:  Compiler (Type checker)  |      Version:  6.12.3      
    Keywords:                           |     Testcase:              
   Blockedby:                           |   Difficulty:              
          Os:  Unknown/Multiple         |     Blocking:              
Architecture:  Unknown/Multiple         |      Failure:  None/Unknown
----------------------------------------+-----------------------------------
Changes (by gabrielrf):

 * cc: griba2...@… (added)


Comment:

 I support it. I think that Haskell will gain a broader audience.

 The ''data transformation sequence'' will be easier to understand ''in the
 reading direction''

 {{{
  xs .reverse .(filter isEven) .(map double)
 }}}

 than right-to-left as today in

 {{{
  map double $ filter isEven $ reverse xs
 }}}

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