[GHC] #12132: Type representations missing for promoted boxed tuples

GHC ghc-devs at haskell.org
Sun May 29 10:52:04 UTC 2016


#12132: Type representations missing for promoted boxed tuples
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  bgamari
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.0.2
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by bgamari):

 It seems like the issue here is that the uniques don't match.

 For instance, in the case of the error,
 {{{
 GHC error in desugarer lookup in interactive:Ghci1:
   Can't find interface-file declaration for variable ghc-
 prim-0.5.0.0:GHC.Tuple.$tc'(,){v 78}
     Probable cause: bug in .hi-boot file, or inconsistent .hi file
     Use -ddump-if-trace to get an idea of which file caused the error
 }}}
 I have only this in the PTE,
 {{{
                Identifier ‘ghc-prim-0.5.0.0:GHC.Tuple.$tc(,){v 45}’
 }}}

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


More information about the ghc-tickets mailing list