add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index 376aa68..d519f62 100644 (file)
@@ -1,19 +1,12 @@
 \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
-
-isCoSuperKind :: Kind -> Bool
+isCoercionKind :: Kind -> Bool
 \end{code}