Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b259005..fe8fd59 100644 (file)
@@ -1,21 +1,13 @@
 \begin{code}
 module TypeRep where
 
-import {-# SOURCE #-} TyCon ( TyCon )
-
 data Type
-data PredType
+data Pred a
 data TyThing
 
-type Coercion = Type
-
+type PredType = Pred Type
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
-isCoSuperKind :: SuperKind -> Bool
+isCoercionKind :: Kind -> Bool
 \end{code}