[GHC] #4430: Better support for resolving infix expressions in template haskell

GHC cvs-ghc at haskell.org
Thu Jul 21 18:17:06 CEST 2011


#4430: Better support for resolving infix expressions in template haskell
---------------------------------+------------------------------------------
    Reporter:  reinerp           |        Owner:  igloo       
        Type:  feature request   |       Status:  patch       
    Priority:  normal            |    Milestone:  7.4.1       
   Component:  Template Haskell  |      Version:  6.12.3      
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by simonpj):

 I'm confused too!  I see no special cases for `InfixE` in your patch in
 `Convert` (which converted TH syn to Hs syn.  Can you point me to where it
 is (file/line number)?

 My only concern was your ''comment'', where you mention a special case
 that I cannot see.

 The actual code looks fine to me!  So I currently espouse option 1 on the
 grounds that it's simpler, and does everything we want.

 Sorry to be dense

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4430#comment:23>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the Glasgow-haskell-bugs mailing list