From 68021ad91cae77f6a16202b2c2431bbd834f8e3a Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 2 Apr 2004 13:10:00 +0000 Subject: [PATCH] [project @ 2004-04-02 13:10:00 by simonpj] Fix erroneous hi-boot --- ghc/compiler/types/TypeRep.hi-boot-6 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/compiler/types/TypeRep.hi-boot-6 b/ghc/compiler/types/TypeRep.hi-boot-6 index c66df6f..55d80a6 100644 --- a/ghc/compiler/types/TypeRep.hi-boot-6 +++ b/ghc/compiler/types/TypeRep.hi-boot-6 @@ -1,9 +1,6 @@ module TypeRep where data Type -data SourceType +data PredType data TyThing -type PredType = SourceType -type Kind = Type -type SuperKind = Type -- 1.7.10.4