Massive patch for the first months work adding System FC to GHC #35
[ghc-hetmet.git] / compiler / types / TypeRep.lhs-boot
index b99fdd3..376aa68 100644 (file)
@@ -1,8 +1,19 @@
 \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
 \end{code}