From: simonpj@microsoft.com Date: Wed, 21 Mar 2007 09:35:25 +0000 (+0000) Subject: Remove redundant exports from a hs-boot file X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2aac6672c88621c7c09bda8452f06f8b2dc50647;hp=172c59ac185635371db901542de83a9bd4fe76b6 Remove redundant exports from a hs-boot file --- diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot index b7205a1..d519f62 100644 --- a/compiler/types/TypeRep.lhs-boot +++ b/compiler/types/TypeRep.lhs-boot @@ -7,13 +7,6 @@ data TyThing type Kind = Type -type SuperKind = Type - -tySuperKind :: SuperKind -coSuperKind :: SuperKind - isCoercionKind :: Kind -> Bool - -isCoSuperKind :: SuperKind -> Bool \end{code}