A radical overhaul of the coercion infrastucture
[ghc-hetmet.git] / compiler / prelude / PrelNames.lhs
index b5c48fe..84e7ee9 100644 (file)
@@ -1302,6 +1302,13 @@ numericTyKeys =
        , doubleTyConKey
        , floatTyConKey
        ]
+
+kindKeys :: [Unique] 
+kindKeys = [ liftedTypeKindTyConKey
+          , openTypeKindTyConKey
+          , unliftedTypeKindTyConKey
+          , ubxTupleKindTyConKey 
+          , argTypeKindTyConKey ]
 \end{code}