Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index 376aa68..fe8fd59 100644 (file)
@@ -1,19 +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
 
-tySuperKind :: Kind
-coSuperKind :: Kind
-
-isCoSuperKind :: Kind -> Bool
+isCoercionKind :: Kind -> Bool
 \end{code}