diff options
Diffstat (limited to 'compiler/GHC/Unit/State.hs-boot')
-rw-r--r-- | compiler/GHC/Unit/State.hs-boot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compiler/GHC/Unit/State.hs-boot b/compiler/GHC/Unit/State.hs-boot deleted file mode 100644 index 3d06269654..0000000000 --- a/compiler/GHC/Unit/State.hs-boot +++ /dev/null @@ -1,12 +0,0 @@ -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 |