
#12132: Type representations missing for promoted boxed tuples -------------------------------------+------------------------------------- Reporter: bgamari | Owner: bgamari Type: bug | Status: closed Priority: normal | Milestone: 8.0.2 Component: Compiler | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2279 Wiki Page: | -------------------------------------+------------------------------------- Comment (by simonpj): mmm. So it looks as though ''promoted'' tuple data cons are not handled by the special encoding in `Note [Symbol table representation of names]` in `BinIface`. Adding them to `knownKeyNames` may be one solution. But another, and a more consistent one, is to fix up the encoding described in that Note so that it does handle promoted tuple data cons. Let's not have several different fixes for the same problem! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12132#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler