ghc-8.4.1: 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