Fixing hpc combine and hpc map to use the correct help message
[ghc-hetmet.git] / compiler / basicTypes / Module.hi-boot-6
1 module Module where
2 data Module
3 data ModuleName
4 data PackageId
5 moduleName :: Module -> ModuleName
6 modulePackageId :: Module -> PackageId
7 packageIdString :: PackageId -> GHC.Base.String