ghc-8.4.1: 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