[GHC] #16293: Inconsistencies and oddities of Proxy#
GHC
ghc-devs at haskell.org
Thu Feb 7 13:05:28 UTC 2019
#16293: Inconsistencies and oddities of Proxy#
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
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 simonpj):
Presumably the culprit is the definition of `Proxy#` in `TysPrim`:
{{{
proxyPrimTyCon :: TyCon
proxyPrimTyCon = mkPrimTyCon proxyPrimTyConName binders res_kind
[Nominal,Nominal]
where
-- Kind: forall k. k -> Void#
binders = mkTemplateTyConBinders [liftedTypeKind] id
res_kind = unboxedTupleKind []
}}}
Are you happy to dig?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16293#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list