Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index 376aa68..2acd5a0 100644 (file)
@@ -1,19 +1,17 @@
 \begin{code}
 module TypeRep where
 
-import {-# SOURCE #-} TyCon ( TyCon )
-
 data Type
 data PredType
 data TyThing
 
-type Coercion = Type
-
 type Kind = Type
 
-tySuperKind :: Kind
-coSuperKind :: Kind
+type SuperKind = Type
+
+tySuperKind :: SuperKind
+coSuperKind :: SuperKind
 
-isCoSuperKind :: Kind -> Bool
+isCoSuperKind :: SuperKind -> Bool
 \end{code}