ghc-lib-0.1.0: compiler/cmm/BlockId.hs-boot
module BlockId (BlockId, mkBlockId) where import Hoopl.Label (Label) import Unique (Unique) type BlockId = Label mkBlockId :: Unique -> BlockId
module BlockId (BlockId, mkBlockId) where import Hoopl.Label (Label) import Unique (Unique) type BlockId = Label mkBlockId :: Unique -> BlockId