packages feed

ghc-lib-0.20190204: compiler/basicTypes/Module.hs-boot

module Module where

import GhcPrelude
import FastString

data Module
data ModuleName
data UnitId
data InstalledUnitId
newtype ComponentId = ComponentId FastString

moduleName :: Module -> ModuleName
moduleUnitId :: Module -> UnitId
unitIdString :: UnitId -> String