#4052: Two sided sections
---------------------------------+------------------------------------------
    Reporter:  aavogt            |        Owner:              
        Type:  feature request   |       Status:  new         
    Priority:  normal            |    Milestone:  6.16.1      
   Component:  Compiler          |      Version:  6.12.2      
    Keywords:  section           |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by lilac):

 Presumably this would also generalize one-sided sections:
 {{{
 (1 + 2 *) a == 1 + 2 * a
 }}}
 ...and more generally...
 {{{
 (tokens op) == \v -> tokens op v
 }}}

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