Minor refactoring: give an explicit name to the pretty-printing function for TyThing...
[ghc-hetmet.git] / compiler / types / TypeRep.hi-boot-6
1 module TypeRep where
2
3 data Type
4 data PredType
5 data TyThing
6 type Kind = Type
7 isCoercionKind :: Kind -> GHC.Base.Bool
8