packages feed

ghc-heap-9.14.1: GHC/Exts/Heap/ProfInfo/Types.hs

module GHC.Exts.Heap.ProfInfo.Types (
  StgTSOProfInfo(..),
  CostCentreStack(..),
  CostCentre(..),
  IndexTable(..),
)
  where

import GHC.Internal.Heap.ProfInfo.Types