#5409: Language.Haskell.TH.Syntax.tupleDataName wrong for unit
---------------------------------+------------------------------------------
    Reporter:  NeilMitchell      |       Owner:                             
        Type:  bug               |      Status:  new                        
    Priority:  normal            |   Component:  Template Haskell           
     Version:  7.1               |    Keywords:                             
    Testcase:                    |   Blockedby:                             
          Os:  Unknown/Multiple  |    Blocking:                             
Architecture:  Unknown/Multiple  |     Failure:  Incorrect result at runtime
---------------------------------+------------------------------------------
 {{{tupleDataName 0}}} generates the name {{{GHC.Tuple.()}}}, but that's
 wrong, it should be {{{GHC.Unit.()}}} (even worse, the source code
 actually has {{{-- XXX Should it be GHC.Unit for 0 commas?}}} - which is a
 correct observation)

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