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