add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b259005..d519f62 100644 (file)
@@ -1,21 +1,12 @@
 \begin{code}
 module TypeRep where
 
-import {-# SOURCE #-} TyCon ( TyCon )
-
 data Type
 data PredType
 data TyThing
 
-type Coercion = Type
-
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
-isCoSuperKind :: SuperKind -> Bool
+isCoercionKind :: Kind -> Bool
 \end{code}