summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/State.hs-boot
blob: 3d06269654eca54598565398802312ab4bf3cb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module GHC.Unit.State where

import {-# SOURCE #-} GHC.Utils.Outputable
import {-# SOURCE #-} GHC.Unit.Types (UnitId,Unit)

data UnitState
data UnitDatabase unit

emptyUnitState :: UnitState
pprUnitIdForUser :: UnitState -> UnitId -> SDoc
pprWithUnitState :: UnitState -> SDoc -> SDoc
unwireUnit :: UnitState -> Unit-> Unit