ghc-lib-parser-0.20200401: compiler/GHC/Cmm/BlockId.hs-boot
module GHC.Cmm.BlockId (BlockId, mkBlockId) where import GHC.Cmm.Dataflow.Label (Label) import GHC.Types.Unique (Unique) type BlockId = Label mkBlockId :: Unique -> BlockId
module GHC.Cmm.BlockId (BlockId, mkBlockId) where import GHC.Cmm.Dataflow.Label (Label) import GHC.Types.Unique (Unique) type BlockId = Label mkBlockId :: Unique -> BlockId