Trim imports, and remove some dead code
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b259005..2acd5a0 100644 (file)
@@ -1,14 +1,10 @@
 \begin{code}
 module TypeRep where
 
-import {-# SOURCE #-} TyCon ( TyCon )
-
 data Type
 data PredType
 data TyThing
 
-type Coercion = Type
-
 type Kind = Type
 
 type SuperKind = Type