ghc-8.2.0.20170704: The GHC API
BlockId
Contents
type BlockId = Label Source #
mkBlockId :: Unique -> BlockId Source #
newBlockId :: MonadUnique m => m BlockId Source #
blockLbl :: BlockId -> CLabel Source #
infoTblLbl :: BlockId -> CLabel Source #
Methods
ppr :: BlockId -> SDoc Source #
pprPrec :: Rational -> BlockId -> SDoc Source #
getUnique :: BlockId -> Unique Source #