packages feed

ghc-lib-8.8.0.20190424: compiler/cmm/BlockId.hs-boot

module BlockId (BlockId, mkBlockId) where

import Hoopl.Label (Label)
import Unique (Unique)

type BlockId = Label

mkBlockId :: Unique -> BlockId