ghc-lib-parser-0.20190402: 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