In a pattern binding, a type sig in the pattern cannot bind a type variable
[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