From 2aac6672c88621c7c09bda8452f06f8b2dc50647 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 21 Mar 2007 09:35:25 +0000 Subject: [PATCH] Remove redundant exports from a hs-boot file --- compiler/types/TypeRep.lhs-boot | 7 ------- 1 file changed, 7 deletions(-) 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} -- 1.7.10.4