Remove redundant exports from a hs-boot file
authorsimonpj@microsoft.com <unknown>
Wed, 21 Mar 2007 09:35:25 +0000 (09:35 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 21 Mar 2007 09:35:25 +0000 (09:35 +0000)
compiler/types/TypeRep.lhs-boot

index b7205a1..d519f62 100644 (file)
@@ -7,13 +7,6 @@ data TyThing
 
 type Kind = Type
 
-type SuperKind = Type
-
-tySuperKind :: SuperKind
-coSuperKind :: SuperKind
-
 isCoercionKind :: Kind -> Bool
-
-isCoSuperKind :: SuperKind -> Bool
 \end{code}