GHC.Types.Id.Make
Documentation
newtype DataConBoxer Source #
Data Constructor Boxer
mkDataConRep :: DataConBangOpts -> FamInstEnvs -> Name -> DataCon -> UniqSM DataConRep Source #
data DataConBangOpts Source #
Constructors
FixedBangOpts [HsImplBang] | Used for imported data constructors See Note [Bangs on imported data constructors] |
SrcBangOpts !BangOpts |
Constructors
BangOpts | |
Fields
|
wiredInIds :: [Id] Source #
ghcPrimIds :: [Id] Source #
realWorldPrimId :: Id Source #
voidPrimId :: Id Source #
nullAddrId :: Id Source #
coercionTokenId :: Id Source #
proxyHashId :: Id Source #
noinlineId :: Id Source #
coerceName :: Name Source #