packages feed

ghc-lib-parser-0.20200201: compiler/GHC/Cmm/BlockId.hs-boot

module GHC.Cmm.BlockId (BlockId, mkBlockId) where

import GHC.Cmm.Dataflow.Label (Label)
import Unique (Unique)

type BlockId = Label

mkBlockId :: Unique -> BlockId