Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b7205a1..fe8fd59 100644 (file)
@@ -2,18 +2,12 @@
 module TypeRep where
 
 data Type
-data PredType
+data Pred a
 data TyThing
 
+type PredType = Pred Type
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
 isCoercionKind :: Kind -> Bool
-
-isCoSuperKind :: SuperKind -> Bool
 \end{code}