Reorganisation of the source tree
[ghc-hetmet.git] / compiler / types / TypeRep.hi-boot-5
1 __interface TypeRep 1 0 where
2 __export TypeRep Type SourceType PredType Kind SuperKind TyThing ;
3 1 data Type ;
4 1 data SourceType ;
5 1 data TyThing ;
6 1 type PredType = SourceType ;
7 1 type Kind = Type ;
8 1 type SuperKind = Type ;
9