
#14673: Unary Unboxed Tuple Type Constructor -------------------------------------+------------------------------------- Reporter: andrewthad | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.4.1-alpha1 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 andrewthad): As a verbose workaround, it looks like this should give me something with an equivalent runtime representation: {{{ ((# , #) :: forall (r :: RuntimeRep). TYPE (TupleRep '[]) -> TYPE r -> TYPE (TupleRep '[ TupleRep '[], r])) (# #) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14673#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler